aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorDan Nicolaescu2008-12-10 15:07:56 +0000
committerDan Nicolaescu2008-12-10 15:07:56 +0000
commit69157c99605e62661bb2deb653ca7f4042624766 (patch)
treede75031f769fc3118ff0dbf71d34f7dd58f4496e /lib-src
parentc2a008832d8c605ad1d80e04336132351aa36324 (diff)
downloademacs-69157c99605e62661bb2deb653ca7f4042624766.tar.gz
emacs-69157c99605e62661bb2deb653ca7f4042624766.zip
(decode_options): Fix typo.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/emacsclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index db2de82d072..7fbedbce141 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -586,7 +586,7 @@ decode_options (argc, argv)
586 current_frame = 1; 586 current_frame = 1;
587 587
588#ifdef WINDOWSNT 588#ifdef WINDOWSNT
589 if (alternate_editor && alternate_editor == '\0') 589 if (alternate_editor && alternate_editor[0] == '\0')
590 { 590 {
591 message (TRUE, "--alternate-editor argument or ALTERNATE_EDITOR variable cannot be\n\ 591 message (TRUE, "--alternate-editor argument or ALTERNATE_EDITOR variable cannot be\n\
592an empty string"); 592an empty string");