diff options
| author | Glenn Morris | 2014-06-13 15:39:12 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-06-13 15:39:12 -0400 |
| commit | 49576d0e2ccd3d8a9ada85429714e55a167bb8f2 (patch) | |
| tree | dd06f599640e82f38122978ed6ea283aae60c87a | |
| parent | 5fd71fed68c5f15effda5da2ca0d0404ffd41093 (diff) | |
| download | emacs-49576d0e2ccd3d8a9ada85429714e55a167bb8f2.tar.gz emacs-49576d0e2ccd3d8a9ada85429714e55a167bb8f2.zip | |
* frame.el: Remove old comment.
| -rw-r--r-- | lisp/frame.el | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index 5e9b5351005..9a170134e3d 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; frame.el --- multi-frame management independent of window systems | 1 | ;;; frame.el --- multi-frame management independent of window systems |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1994, 1996-1997, 2000-2014 Free Software | 3 | ;; Copyright (C) 1993-1994, 1996-1997, 2000-2014 Free Software Foundation, Inc. |
| 4 | ;; Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| @@ -149,12 +148,6 @@ This function runs the hook `focus-out-hook'." | |||
| 149 | ;; 3) Once the init file is done, we apply any newly set parameters | 148 | ;; 3) Once the init file is done, we apply any newly set parameters |
| 150 | ;; in initial-frame-alist to the frame. | 149 | ;; in initial-frame-alist to the frame. |
| 151 | 150 | ||
| 152 | ;; These are now called explicitly at the proper times, | ||
| 153 | ;; since that is easier to understand. | ||
| 154 | ;; Actually using hooks within Emacs is bad for future maintenance. --rms. | ||
| 155 | ;; (add-hook 'before-init-hook 'frame-initialize) | ||
| 156 | ;; (add-hook 'window-setup-hook 'frame-notice-user-settings) | ||
| 157 | |||
| 158 | ;; If we create the initial frame, this is it. | 151 | ;; If we create the initial frame, this is it. |
| 159 | (defvar frame-initial-frame nil) | 152 | (defvar frame-initial-frame nil) |
| 160 | 153 | ||