Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
108aa1b5
Commit
108aa1b5
authored
Mar 31, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(insert-directory): Use \ before insert-directory-program
to ignore shell aliasing.
parent
45486731
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/files.el
lisp/files.el
+2
-1
No files found.
lisp/files.el
View file @
108aa1b5
...
...
@@ -2203,7 +2203,8 @@ If WILDCARD, it also runs the shell specified by `shell-file-name'."
(
substring
pattern
(
match-beginning
0
)))
beg
(
1+
(
match-end
0
))))
(
call-process
shell-file-name
nil
t
nil
"-c"
(
concat
insert-directory-program
"-c"
(
concat
"\\"
;; Disregard shell aliases!
insert-directory-program
" -d "
(
if
(
stringp
switches
)
switches
...
...
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