diff options
| author | Joakim Verona | 2013-02-18 00:04:31 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-02-18 00:04:31 +0100 |
| commit | 37bce6bfacc0508a0c5016be3bfca92a81a59fe0 (patch) | |
| tree | c0967967d0810670d1154c8a5b3a4a3521179660 /src/editfns.c | |
| parent | bcd8c34aabe11e72a0ce35f654515e2bb9c2964b (diff) | |
| parent | a51e9ff76cc887e0e6df95ff2895d80e0c00e9b9 (diff) | |
| download | emacs-37bce6bfacc0508a0c5016be3bfca92a81a59fe0.tar.gz emacs-37bce6bfacc0508a0c5016be3bfca92a81a59fe0.zip | |
auto upstream
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editfns.c b/src/editfns.c index c5cd8b0b725..bee0bcc158d 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -3451,7 +3451,7 @@ usage: (message FORMAT-STRING &rest ARGS) */) | |||
| 3451 | || (STRINGP (args[0]) | 3451 | || (STRINGP (args[0]) |
| 3452 | && SBYTES (args[0]) == 0)) | 3452 | && SBYTES (args[0]) == 0)) |
| 3453 | { | 3453 | { |
| 3454 | message (0); | 3454 | message1 (0); |
| 3455 | return args[0]; | 3455 | return args[0]; |
| 3456 | } | 3456 | } |
| 3457 | else | 3457 | else |
| @@ -3477,7 +3477,7 @@ usage: (message-box FORMAT-STRING &rest ARGS) */) | |||
| 3477 | { | 3477 | { |
| 3478 | if (NILP (args[0])) | 3478 | if (NILP (args[0])) |
| 3479 | { | 3479 | { |
| 3480 | message (0); | 3480 | message1 (0); |
| 3481 | return Qnil; | 3481 | return Qnil; |
| 3482 | } | 3482 | } |
| 3483 | else | 3483 | else |