Mercurial > emacs
changeset 100321:ebafebeca927
(decode_options): Fix typo.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 10 Dec 2008 15:07:56 +0000 |
parents | e11ed8333674 |
children | 1a986381709d |
files | lib-src/emacsclient.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/emacsclient.c Wed Dec 10 15:02:42 2008 +0000 +++ b/lib-src/emacsclient.c Wed Dec 10 15:07:56 2008 +0000 @@ -586,7 +586,7 @@ current_frame = 1; #ifdef WINDOWSNT - if (alternate_editor && alternate_editor == '\0') + if (alternate_editor && alternate_editor[0] == '\0') { message (TRUE, "--alternate-editor argument or ALTERNATE_EDITOR variable cannot be\n\ an empty string");