diff options
author | Glenn Morris <rgm@gnu.org> | 2014-06-13 15:39:12 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-06-13 15:39:12 -0400 |
commit | 49576d0e2ccd3d8a9ada85429714e55a167bb8f2 (patch) | |
tree | dd06f599640e82f38122978ed6ea283aae60c87a /lisp/frame.el | |
parent | 5fd71fed68c5f15effda5da2ca0d0404ffd41093 (diff) | |
download | emacs-49576d0e2ccd3d8a9ada85429714e55a167bb8f2.tar.gz emacs-49576d0e2ccd3d8a9ada85429714e55a167bb8f2.tar.bz2 emacs-49576d0e2ccd3d8a9ada85429714e55a167bb8f2.zip |
* frame.el: Remove old comment.
Diffstat (limited to 'lisp/frame.el')
-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 @@ ;;; 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: emacs-devel@gnu.org ;; Keywords: internal @@ -149,12 +148,6 @@ This function runs the hook `focus-out-hook'." ;; 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) |