mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
(main): Fix previous change.
This commit is contained in:
parent
5201664703
commit
d50299d55d
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1519,10 +1519,6 @@ main (argc, argv)
|
|||
}
|
||||
else
|
||||
fail ();
|
||||
#ifndef WINDOWSNT
|
||||
else
|
||||
fail ();
|
||||
#endif
|
||||
|
||||
cwd = get_current_dir_name ();
|
||||
if (cwd == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue