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
c1b8e896
Commit
c1b8e896
authored
Sep 21, 2007
by
Stefan Monnier
Browse files
(decode_options): -t implies -c.
parent
df3c9fe7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/emacsclient.c
lib-src/emacsclient.c
+1
-0
No files found.
lib-src/ChangeLog
View file @
c1b8e896
2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
* emacsclient.c (decode_options): -t implies -c.
2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
* emacsclient.c (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP)
...
...
lib-src/emacsclient.c
View file @
c1b8e896
...
...
@@ -436,6 +436,7 @@ decode_options (argc, argv)
case 't':
tty = 1;
current_frame = 0;
break;
case 'c':
...
...
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