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
72b04a8a
Commit
72b04a8a
authored
Apr 05, 2011
by
Paul Eggert
Browse files
* emacsclient.c (message): Mark it as a printf-like function.
parent
aa181334
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/emacsclient.c
lib-src/emacsclient.c
+1
-0
No files found.
lib-src/ChangeLog
View file @
72b04a8a
2011-04-05 Paul Eggert <eggert@cs.ucla.edu>
* emacsclient.c (message): Mark it as a printf-like function.
2011-04-01 Paul Eggert <eggert@cs.ucla.edu>
* make-docfile.c (IF_LINT): New macro, copied from emacsclient.c.
...
...
lib-src/emacsclient.c
View file @
72b04a8a
...
...
@@ -487,6 +487,7 @@ ttyname (int fd)
/* Display a normal or error message.
On Windows, use a message box if compiled as a Windows app. */
static
void
message
(
int
,
const
char
*
,
...)
ATTRIBUTE_FORMAT_PRINTF
(
2
,
3
);
static
void
message
(
int
is_error
,
const
char
*
format
,
...)
{
...
...
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