emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/frame.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/frame.el
Date: Fri, 23 Jul 2004 08:19:57 -0400

Index: emacs/lisp/frame.el
diff -c emacs/lisp/frame.el:1.210 emacs/lisp/frame.el:1.211
*** emacs/lisp/frame.el:1.210   Wed Jul 21 02:32:07 2004
--- emacs/lisp/frame.el Fri Jul 23 12:16:31 2004
***************
*** 520,526 ****
  ;;;; Creation of additional frames, and other frame miscellanea
  
  (defun modify-all-frames-parameters (alist)
!   "Modify all current and future frames parameters according to ALIST.
  This changes `default-frame-alist' and possibly `initial-frame-alist'.
  See help of `modify-frame-parameters' for more information."
    (let (element)                      ;; temp
--- 520,526 ----
  ;;;; Creation of additional frames, and other frame miscellanea
  
  (defun modify-all-frames-parameters (alist)
!   "Modify all current and future frames' parameters according to ALIST.
  This changes `default-frame-alist' and possibly `initial-frame-alist'.
  See help of `modify-frame-parameters' for more information."
    (let (element)                      ;; temp
***************
*** 789,794 ****
--- 789,796 ----
    "Restore the frames to the state described by CONFIGURATION.
  Each frame listed in CONFIGURATION has its position, size, window
  configuration, and other parameters set as specified in CONFIGURATION.
+ However, this function does not restore deleted frames.
+ 
  Ordinarily, this function deletes all existing frames not
  listed in CONFIGURATION.  But if optional second argument NODELETE
  is given and non-nil, the unwanted frames are iconified instead."




reply via email to

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