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: Sat, 24 Jul 2004 17:56:38 -0400

Index: emacs/lisp/frame.el
diff -c emacs/lisp/frame.el:1.211 emacs/lisp/frame.el:1.212
*** emacs/lisp/frame.el:1.211   Fri Jul 23 12:16:31 2004
--- emacs/lisp/frame.el Sat Jul 24 21:45:28 2004
***************
*** 612,618 ****
  
  Before the frame is created (via `frame-creation-function'), functions on the
  hook `before-make-frame-hook' are run.  After the frame is created, functions
! on `after-make-frame-functions' are run with one arg, the newly created 
frame."
    (interactive)
    (run-hooks 'before-make-frame-hook)
    (let ((frame (funcall frame-creation-function parameters)))
--- 612,624 ----
  
  Before the frame is created (via `frame-creation-function'), functions on the
  hook `before-make-frame-hook' are run.  After the frame is created, functions
! on `after-make-frame-functions' are run with one arg, the newly created frame.
! 
! This function itself does not make the new frame the selected frame.
! The previously selected frame remains selected.  However, the
! window system may select the new frame for its own reasons, for
! instance if the frame appears under the mouse pointer and your
! setup is for focus to follow the pointer."
    (interactive)
    (run-hooks 'before-make-frame-hook)
    (let ((frame (funcall frame-creation-function parameters)))




reply via email to

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