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
e3ac17b6
Commit
e3ac17b6
authored
Nov 11, 2013
by
Paul Eggert
Browse files
* xterm.c (syms_of_xterm): staticpro Qmodifier_value.
parent
45088549
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/xterm.c
src/xterm.c
+1
-1
No files found.
src/ChangeLog
View file @
e3ac17b6
2013-11-12 Paul Eggert <eggert@cs.ucla.edu>
2013-11-12 Paul Eggert <eggert@cs.ucla.edu>
* xterm.c (syms_of_xterm): staticpro Qmodifier_value.
* buffer.c (Fforce_mode_line_update): Don't fall off end of function
* buffer.c (Fforce_mode_line_update): Don't fall off end of function
that requires a return value.
that requires a return value.
(Fset_buffer_modified_p): Take advantage of this change to do
(Fset_buffer_modified_p): Take advantage of this change to do
...
...
src/xterm.c
View file @
e3ac17b6
...
@@ -10587,7 +10587,7 @@ With MS Windows or Nextstep, the value is t. */);
...
@@ -10587,7 +10587,7 @@ With MS Windows or Nextstep, the value is t. */);
Vx_toolkit_scroll_bars = Qnil;
Vx_toolkit_scroll_bars = Qnil;
#endif
#endif
Qmodifier_value
= intern_c_string (
"modifier-value");
DEFSYM (
Qmodifier_value
,
"modifier-value");
Qalt = intern_c_string ("alt");
Qalt = intern_c_string ("alt");
Fput (Qalt, Qmodifier_value, make_number (alt_modifier));
Fput (Qalt, Qmodifier_value, make_number (alt_modifier));
Qhyper = intern_c_string ("hyper");
Qhyper = intern_c_string ("hyper");
...
...
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