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
bd17fdee
Commit
bd17fdee
authored
Nov 03, 2011
by
Alan Mackenzie
Browse files
Edit lisp/ChangeLog
parents
85ba4cde
2a58bbc1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-1
src/ChangeLog
src/ChangeLog
+1
-0
src/xfns.c
src/xfns.c
+1
-0
No files found.
lisp/ChangeLog
View file @
bd17fdee
2011-11-03 Alan Mackenzie <acm@muc.de>
* progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
change in cc-engine.el.
2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
* window.el (switch-to-buffer): Use `force-same-window' interactively.
...
...
@@ -136,7 +141,6 @@
* progmodes/cc-langs.el (c-defun-tactic): Move this variable to
cc-vars.el.
(c-nonlabel-token-2-key): New variable for change in cc-engine.el.
* progmodes/cc-engine.el (c-beginning-of-statement-1):
Prevent "class foo : bar" being spuriously recognized as a label.
...
...
src/ChangeLog
View file @
bd17fdee
...
...
@@ -2,6 +2,7 @@
* w32fns.c (unwind_create_frame): If needed, free the glyph
matrices of the partially constructed frame. (Bug#9943)
* xfns.c (unwind_create_frame): Likewise.
2011-11-01 Eli Zaretskii <eliz@gnu.org>
...
...
src/xfns.c
View file @
bd17fdee
...
...
@@ -2936,6 +2936,7 @@ unwind_create_frame (Lisp_Object frame)
#endif
x_free_frame_resources (f);
free_glyphs (f);
#if GLYPH_DEBUG
/* Check that reference counts are indeed correct. */
...
...
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