From: Martin Rudalics Date: Wed, 3 Sep 2008 09:15:44 +0000 (+0000) Subject: (pop-up-frame-function): Move to frame.el. X-Git-Tag: emacs-pretest-23.0.90~3063 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dab49a2070c05018c3036f0b68a22f54659270a1;p=emacs.git (pop-up-frame-function): Move to frame.el. --- diff --git a/lisp/window.el b/lisp/window.el index 972e54083e7..8f11fd1dde9 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -722,21 +722,6 @@ that frame." :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