]> git.eshelyaron.com Git - emacs.git/commitdiff
(pop-up-frame-function): Move to frame.el.
authorMartin Rudalics <rudalics@gmx.at>
Wed, 3 Sep 2008 09:15:44 +0000 (09:15 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Wed, 3 Sep 2008 09:15:44 +0000 (09:15 +0000)
lisp/window.el

index 972e54083e75b9694911b6549bbf1f2c2ff39191..8f11fd1dde9996af125effb534c2d793acde267d 100644 (file)
@@ -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