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
987be29b
Commit
987be29b
authored
Feb 07, 2008
by
Romain Francoise
Browse files
Whitespace changes.
parent
6b9a0ae1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
lisp/ChangeLog
lisp/ChangeLog
+1
-1
src/ChangeLog
src/ChangeLog
+13
-13
No files found.
lisp/ChangeLog
View file @
987be29b
2008-02-07 Timo Savola <timo.savola@iki.fi>
2008-02-07 Timo Savola
<timo.savola@iki.fi>
* startup.el (command-line-x-option-alist): Add --parent-id.
...
...
src/ChangeLog
View file @
987be29b
2008-02-07 Timo Savola <timo.savola@iki.fi>
2008-02-07 Timo Savola
<timo.savola@iki.fi>
* xterm.c (x_detect_focus_change): Handle embed client message.
(handle_one_xevent): Ditto.
...
...
@@ -34,18 +34,18 @@
2008-02-07 Jim Meyering <meyering@redhat.com>
Use "do...while (0)", not "if (1)..else" in macro definitions.
The latter provokes a warning from gcc about the empty else, when
followed by ";". Also, without that trailing semicolon, it would
silently swallow up any following statement.
* syntax.h (SETUP_SYNTAX_TABLE):
(SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
* buffer.h (DECODE_POSITION): Likewise.
* character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
(FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
(FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
(FETCH_CHAR_ADVANCE): Likewise.
(FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
Use "do...while (0)", not "if (1)..else" in macro definitions.
The latter provokes a warning from gcc about the empty else, when
followed by ";". Also, without that trailing semicolon, it would
silently swallow up any following statement.
* syntax.h (SETUP_SYNTAX_TABLE):
(SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
* buffer.h (DECODE_POSITION): Likewise.
* character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
(FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
(FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
(FETCH_CHAR_ADVANCE): Likewise.
(FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
2008-02-07 Jim Meyering <meyering@redhat.com>
...
...
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