diff options
| -rw-r--r-- | lisp/window.el | 15 |
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. | ||
| 727 | It is called with no arguments and should return a newly created frame. | ||
| 728 | |||
| 729 | A typical value might be | ||
| 730 | |||
| 731 | `(lambda () (new-frame pop-up-frame-alist))' | ||
| 732 | |||
| 733 | where `pop-up-frame-alist' would hold the default frame | ||
| 734 | parameters." | ||
| 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 |