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
e3383b6f
Commit
e3383b6f
authored
Nov 14, 2002
by
Dave Love
Browse files
(message2_nolog, set_message):
Declare all args (per C99).
parent
f45bedd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/xdisp.c
src/xdisp.c
+2
-2
No files found.
src/xdisp.c
View file @
e3383b6f
...
...
@@ -5926,7 +5926,7 @@ message2 (m, nbytes, multibyte)
void
message2_nolog (m, nbytes, multibyte)
const char *m;
int nbytes;
int nbytes
, multibyte
;
{
struct frame *sf = SELECTED_FRAME ();
message_enable_multibyte = multibyte;
...
...
@@ -6947,7 +6947,7 @@ void
set_message (s, string, nbytes, multibyte_p)
const char *s;
Lisp_Object string;
int nbytes;
int nbytes
, multibyte_p
;
{
message_enable_multibyte
= ((s && 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