diff options
| author | Juanma Barranquero | 2007-10-27 13:38:28 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-10-27 13:38:28 +0000 |
| commit | f387c1eec4f27596564357c3dfbfc6494606bcdb (patch) | |
| tree | 5255d5c2d175c67756ee165997b1c31d72aa0159 /lib-src | |
| parent | dca2168c0b55a3574293445eab733d25f6267a82 (diff) | |
| download | emacs-f387c1eec4f27596564357c3dfbfc6494606bcdb.tar.gz emacs-f387c1eec4f27596564357c3dfbfc6494606bcdb.zip | |
Comment change.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/emacsclient.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 99e0dc3ce3d..acc322d638a 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -298,8 +298,6 @@ get_current_dir_name () | |||
| 298 | } | 298 | } |
| 299 | #endif | 299 | #endif |
| 300 | 300 | ||
| 301 | /* Message functions. */ | ||
| 302 | |||
| 303 | #ifdef WINDOWSNT | 301 | #ifdef WINDOWSNT |
| 304 | 302 | ||
| 305 | #define REG_ROOT "SOFTWARE\\GNU\\Emacs" | 303 | #define REG_ROOT "SOFTWARE\\GNU\\Emacs" |
| @@ -440,6 +438,8 @@ w32_execvp (path, argv) | |||
| 440 | 438 | ||
| 441 | #endif /* WINDOWSNT */ | 439 | #endif /* WINDOWSNT */ |
| 442 | 440 | ||
| 441 | /* Display a normal or error message. | ||
| 442 | On Windows, use a message box if compiled as a Windows app. */ | ||
| 443 | void | 443 | void |
| 444 | message (int is_error, char *message, ...) | 444 | message (int is_error, char *message, ...) |
| 445 | { | 445 | { |