Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
36fc0932
Commit
36fc0932
authored
May 02, 2009
by
Martin Rudalics
Browse files
(pop-up-frame-function): Remove choice nil since it
does not represent a valid value.
parent
90445450
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/frame.el
lisp/frame.el
+1
-1
No files found.
lisp/ChangeLog
View file @
36fc0932
2009-05-02 Martin Rudalics <rudalics@gmx.at>
* frame.el (pop-up-frame-function): Remove choice nil since it
does not represent a valid value.
2009-04-30 David Reitter <david.reitter@gmail.com>
* term/ns-win.el (ns-make-command-string, ns-grabenv)
...
...
lisp/frame.el
View file @
36fc0932
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment