emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117331: * frame.el: Remove old comment.


From: Glenn Morris
Subject: [Emacs-diffs] trunk r117331: * frame.el: Remove old comment.
Date: Fri, 13 Jun 2014 19:39:14 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117331
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2014-06-13 15:39:12 -0400
message:
  * frame.el: Remove old comment.
modified:
  lisp/frame.el                  frame.el-20091113204419-o5vbwnq5f7feedwu-275
=== modified file 'lisp/frame.el'
--- a/lisp/frame.el     2014-05-21 16:35:31 +0000
+++ b/lisp/frame.el     2014-06-13 19:39:12 +0000
@@ -1,7 +1,6 @@
 ;;; frame.el --- multi-frame management independent of window systems
 
-;; Copyright (C) 1993-1994, 1996-1997, 2000-2014 Free Software
-;; Foundation, Inc.
+;; Copyright (C) 1993-1994, 1996-1997, 2000-2014 Free Software Foundation, Inc.
 
 ;; Maintainer: address@hidden
 ;; Keywords: internal
@@ -149,12 +148,6 @@
 ;; 3) Once the init file is done, we apply any newly set parameters
 ;; in initial-frame-alist to the frame.
 
-;; These are now called explicitly at the proper times,
-;; since that is easier to understand.
-;; Actually using hooks within Emacs is bad for future maintenance. --rms.
-;; (add-hook 'before-init-hook 'frame-initialize)
-;; (add-hook 'window-setup-hook 'frame-notice-user-settings)
-
 ;; If we create the initial frame, this is it.
 (defvar frame-initial-frame nil)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]