/[emacs]/emacs/lisp/frame.el
ViewVC logotype

Diff of /emacs/lisp/frame.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.211 by teirllm, Fri Jul 23 12:16:31 2004 UTC revision 1.212 by teirllm, Sat Jul 24 21:45:28 2004 UTC
# Line 612  You cannot specify either `width' or `he Line 612  You cannot specify either `width' or `he
612    
613  Before the frame is created (via `frame-creation-function'), functions on the  Before the frame is created (via `frame-creation-function'), functions on the
614  hook `before-make-frame-hook' are run.  After the frame is created, functions  hook `before-make-frame-hook' are run.  After the frame is created, functions
615  on `after-make-frame-functions' are run with one arg, the newly created frame."  on `after-make-frame-functions' are run with one arg, the newly created frame.
616    
617    This function itself does not make the new frame the selected frame.
618    The previously selected frame remains selected.  However, the
619    window system may select the new frame for its own reasons, for
620    instance if the frame appears under the mouse pointer and your
621    setup is for focus to follow the pointer."
622    (interactive)    (interactive)
623    (run-hooks 'before-make-frame-hook)    (run-hooks 'before-make-frame-hook)
624    (let ((frame (funcall frame-creation-function parameters)))    (let ((frame (funcall frame-creation-function parameters)))

Legend:
Removed from v.1.211  
changed lines
  Added in v.1.212

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26