From 36fc09321bce7286ce378c45382a0a4773d69a9d Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Sat, 2 May 2009 08:33:25 +0000 Subject: [PATCH] (pop-up-frame-function): Remove choice nil since it does not represent a valid value. --- lisp/ChangeLog | 5 +++++ lisp/frame.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dc89e0c3ada..64ee5cd4758 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-05-02 Martin Rudalics + + * frame.el (pop-up-frame-function): Remove choice nil since it + does not represent a valid value. + 2009-04-30 David Reitter * term/ns-win.el (ns-make-command-string, ns-grabenv) diff --git a/lisp/frame.el b/lisp/frame.el index 5bdc5821284..534f5f86159 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -120,7 +120,7 @@ affected by this variable." 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 -- 2.39.5