From: Juanma Barranquero Date: Sat, 27 Oct 2007 13:38:28 +0000 (+0000) Subject: Comment change. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/f387c1eec4f27596564357c3dfbfc6494606bcdb Comment change. --- diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 99e0dc3ce3..acc322d638 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -298,8 +298,6 @@ get_current_dir_name () } #endif -/* Message functions. */ - #ifdef WINDOWSNT #define REG_ROOT "SOFTWARE\\GNU\\Emacs" @@ -440,6 +438,8 @@ w32_execvp (path, argv) #endif /* WINDOWSNT */ +/* Display a normal or error message. + On Windows, use a message box if compiled as a Windows app. */ void message (int is_error, char *message, ...) {