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
78e17433
Commit
78e17433
authored
Mar 22, 2002
by
Eli Zaretskii
Browse files
(message_with_string): Fix syntax of a call to GCPRO2.
parent
adcac9f5
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/xdisp.c
src/xdisp.c
+1
-1
No files found.
src/ChangeLog
View file @
78e17433
2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
* xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
* xterm.c (XTread_socket): If XK_ISO_Lock and
XK_ISO_Last_Group_Lock are defined, handle keysyms between
XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
...
...
src/xdisp.c
View file @
78e17433
...
...
@@ -6085,7 +6085,7 @@ message_with_string (m, string, log)
args[0] = build_string (m);
args[1] = message = string;
GCPRO2 (args, message);
GCPRO2 (args
[0]
, message);
gcpro1.nvars = 2;
message = Fformat (2, args);
...
...
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