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
6052529b
Commit
6052529b
authored
Nov 28, 2001
by
Pavel Janík
Browse files
(message_dolog): Remove unused variables `gcpro2', `gcpro3' and `gcpro4'.
parent
55b43a63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
src/ChangeLog
src/ChangeLog
+3
-0
src/xdisp.c
src/xdisp.c
+1
-1
No files found.
src/ChangeLog
View file @
6052529b
2001-11-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* xdisp.c (message_dolog): Remove unused variables `gcpro2',
`gcpro3' and `gcpro4'.
* coding.c (decode_coding_string): Remove unused variable
`gcpro1'.
...
...
src/xdisp.c
View file @
6052529b
...
...
@@ -5615,7 +5615,7 @@ message_dolog (m, nbytes, nlflag, multibyte)
int point_at_end = 0;
int zv_at_end = 0;
Lisp_Object old_deactivate_mark, tem;
struct gcpro gcpro1
, gcpro2, gcpro3, gcpro4
;
struct gcpro gcpro1;
old_deactivate_mark = Vdeactivate_mark;
oldbuf = current_buffer;
...
...
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