Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a3547743
Commit
a3547743
authored
Oct 26, 2007
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(syms_of_frame) <delete-frame-functions>: Fix typo in docstring.
parent
0bde6a03
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
23 deletions
+28
-23
src/ChangeLog
src/ChangeLog
+5
-0
src/frame.c
src/frame.c
+23
-23
No files found.
src/ChangeLog
View file @
a3547743
2007-10-26 Juanma Barranquero <lekktu@gmail.com>
* frame.c (syms_of_frame) <delete-frame-functions>:
Fix typo in docstring.
2007-10-25 Juanma Barranquero <lekktu@gmail.com>
* w32.c (init_environment): Fix tiny memory leak.
...
...
src/frame.c
View file @
a3547743
...
...
@@ -4417,7 +4417,7 @@ Note that functions in this list may be called twice on the same
frame. In the second invocation, the frame is already deleted, and
the function should do nothing. (You can use `frame-live-p' to check
for this.) This wrinkle happens when an earlier function in
`delete-frame-functions' (indirectly) calls delete-frame
`delete-frame-functions' (indirectly) calls
`
delete-frame
'
recursively. */
);
Vdelete_frame_functions
=
Qnil
;
...
...
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