1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

(main): Fix previous change.

This commit is contained in:
Dan Nicolaescu 2008-12-10 23:36:03 +00:00
parent 5201664703
commit d50299d55d
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
* emacsclient.c (main): Fix previous change.
2008-12-10 Juanma Barranquero <lekktu@gmail.com>
* emacsclient.c (main): Fix mindless breakage where emacsclient

View File

@ -1519,10 +1519,6 @@ main (argc, argv)
}
else
fail ();
#ifndef WINDOWSNT
else
fail ();
#endif
cwd = get_current_dir_name ();
if (cwd == 0)