emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/window.el,v


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/lisp/window.el,v
Date: Wed, 03 Sep 2008 09:15:46 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/09/03 09:15:45

Index: window.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/window.el,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -b -r1.147 -r1.148
--- window.el   1 Sep 2008 17:47:51 -0000       1.147
+++ window.el   3 Sep 2008 09:15:44 -0000       1.148
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]