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
2a1f6afd
Commit
2a1f6afd
authored
Nov 07, 2014
by
Glenn Morris
Browse files
* src/callproc.c (encode_current_directory): Fix thinko in previous.
parent
5282dec1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/callproc.c
src/callproc.c
+1
-1
No files found.
src/callproc.c
View file @
2a1f6afd
...
@@ -157,7 +157,7 @@ encode_current_directory (void)
...
@@ -157,7 +157,7 @@ encode_current_directory (void)
BVAR
(
current_buffer
,
directory
));
BVAR
(
current_buffer
,
directory
));
/* Remove "/:" from dir. */
/* Remove "/:" from dir. */
if
(
Fstring_match
(
build_string
(
"^/:"
),
dir
,
Qnil
))
if
(
!
NILP
(
Fstring_match
(
build_string
(
"^/:"
),
dir
,
Qnil
))
)
dir
=
Fsubstring
(
dir
,
make_number
(
2
),
Qnil
);
dir
=
Fsubstring
(
dir
,
make_number
(
2
),
Qnil
);
RETURN_UNGCPRO
(
dir
);
RETURN_UNGCPRO
(
dir
);
...
...
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