emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog frame.el


From: Martin Rudalics
Subject: [Emacs-diffs] emacs/lisp ChangeLog frame.el
Date: Sat, 02 May 2009 08:33:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       09/05/02 08:33:30

Modified files:
        lisp           : ChangeLog frame.el 

Log message:
        (pop-up-frame-function): Remove choice nil since it
        does not represent a valid value.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15622&r2=1.15623
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/frame.el?cvsroot=emacs&r1=1.296&r2=1.297

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15622
retrieving revision 1.15623
diff -u -b -r1.15622 -r1.15623
--- ChangeLog   30 Apr 2009 23:43:51 -0000      1.15622
+++ ChangeLog   2 May 2009 08:33:25 -0000       1.15623
@@ -1,3 +1,8 @@
+2009-05-02  Martin Rudalics  <address@hidden>
+
+       * frame.el (pop-up-frame-function): Remove choice nil since it
+       does not represent a valid value.
+
 2009-04-30  David Reitter  <address@hidden>
 
        * term/ns-win.el (ns-make-command-string, ns-grabenv)

Index: frame.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/frame.el,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -b -r1.296 -r1.297
--- frame.el    4 Apr 2009 14:44:12 -0000       1.296
+++ frame.el    2 May 2009 08:33:29 -0000       1.297
@@ -120,7 +120,7 @@
 This function is called with no arguments and should return a new
 frame.  The default value calls `make-frame' with the argument
 `pop-up-frame-alist'."
-  :type '(choice (const nil) (function :tag "function"))
+  :type 'function
   :group 'frames)
 
 (defcustom special-display-frame-alist




reply via email to

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