Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
45ce4570
Commit
45ce4570
authored
Dec 10, 2008
by
Dan Nicolaescu
Browse files
(main): Fail in case of not being able to connect.
parent
69157c99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
lib-src/ChangeLog
lib-src/ChangeLog
+1
-0
lib-src/emacsclient.c
lib-src/emacsclient.c
+2
-0
No files found.
lib-src/ChangeLog
View file @
45ce4570
...
...
@@ -5,6 +5,7 @@
WINDOWSNT.
(print_help_and_exit): Replace EMACS_DAEMON with WINDOWSNT.
(start_daemon_and_retry_set_socket): Likewise.
(main): Fail in case of not being able to connect.
2008-12-10 Juanma Barranquero <lekktu@gmail.com>
...
...
lib-src/emacsclient.c
View file @
45ce4570
...
...
@@ -1519,6 +1519,8 @@ main (argc, argv)
}
else
fail
();
else
fail
();
cwd
=
get_current_dir_name
();
if
(
cwd
==
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment