aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2008-09-03 09:15:44 +0000
committerMartin Rudalics2008-09-03 09:15:44 +0000
commitdab49a2070c05018c3036f0b68a22f54659270a1 (patch)
tree225e05d388792b1148f482b2f8141531b6262126
parentbf48d4efbb17a3776268880193182d8e2a21fec2 (diff)
downloademacs-dab49a2070c05018c3036f0b68a22f54659270a1.tar.gz
emacs-dab49a2070c05018c3036f0b68a22f54659270a1.zip
(pop-up-frame-function): Move to frame.el.
-rw-r--r--lisp/window.el15
1 files changed, 0 insertions, 15 deletions
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."
722 :version "21.1" 722 :version "21.1"
723 :group 'windows) 723 :group 'windows)
724 724
725(defcustom pop-up-frame-function nil
726 "Function to call to handle automatic new frame creation.
727It is called with no arguments and should return a newly created frame.
728
729A typical value might be
730
731`(lambda () (new-frame pop-up-frame-alist))'
732
733where `pop-up-frame-alist' would hold the default frame
734parameters."
735 :type '(choice
736 (const nil)
737 (function :tag "function"))
738 :group 'windows)
739
740(defcustom pop-up-windows t 725(defcustom pop-up-windows t
741 "Non-nil means `display-buffer' should make a new window." 726 "Non-nil means `display-buffer' should make a new window."
742 :type 'boolean 727 :type 'boolean