Mercurial > emacs
changeset 97962:4d6b73f7d013
(pop-up-frame-function): Move to frame.el.
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Wed, 03 Sep 2008 09:15:44 +0000 |
parents | 724f5847934c |
children | 55bef47f5e9f |
files | lisp/window.el |
diffstat | 1 files changed, 0 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/window.el Wed Sep 03 04:05:23 2008 +0000 +++ b/lisp/window.el Wed Sep 03 09:15:44 2008 +0000 @@ -722,21 +722,6 @@ :version "21.1" :group 'windows) -(defcustom pop-up-frame-function nil - "Function to call to handle automatic new frame creation. -It is called with no arguments and should return a newly created frame. - -A typical value might be - -`(lambda () (new-frame pop-up-frame-alist))' - -where `pop-up-frame-alist' would hold the default frame -parameters." - :type '(choice - (const nil) - (function :tag "function")) - :group 'windows) - (defcustom pop-up-windows t "Non-nil means `display-buffer' should make a new window." :type 'boolean