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
6407f07b
Commit
6407f07b
authored
Feb 15, 2005
by
Richard M. Stallman
Browse files
(get_next_display_element): Fix escape-glyph criterion
for mode and header lines.
parent
0a25a201
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
1 deletion
+22
-1
src/ChangeLog
src/ChangeLog
+21
-0
src/xdisp.c
src/xdisp.c
+1
-1
No files found.
src/ChangeLog
View file @
6407f07b
2005-02-15 Richard M. Stallman <rms@gnu.org>
* xdisp.c (get_next_display_element): Fix escape-glyph criterion
for mode and header lines.
* lread.c (syms_of_lread) <user-init-file>: Doc fix.
* keymap.h (describe_map_tree): Change decl.
* keyboard.c (command_loop_1): Always use safe_run_hooks
to run Qdeferred_action_function.
* keymap.c (describe_map_tree): New arg MENTION_SHADOW. Calls changed.
(describe_map, describe_vector): Likewise. When it's 1,
don't omit shadowed bindings, instead mark them as shadowed.
* doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
for describe_map_tree. Pass 1 for MENTION_SHADOW.
* data.c (Fsetq_default): Allow no arg case.
2005-02-14 Kenichi Handa <handa@m17n.org>
* coding.c (encode_coding_string): Always return a unibyte string.
...
...
src/xdisp.c
View file @
6407f07b
...
...
@@ -5044,7 +5044,7 @@ get_next_display_element (it)
else if ((it->c < ' '
&& (it->area != TEXT_AREA
/* In mode line, treat \n like other crl chars. */
|| (it->c != '\
n
'
|| (it->c != '\
t
'
&& it->glyph_row && it->glyph_row->mode_line_p)
|| (it->c != '\n' && it->c != '\t')))
|| (it->multibyte_p
...
...
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