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
f44b50ff
Commit
f44b50ff
authored
Jan 25, 2018
by
Michael Albinus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/simple.el (shell-command-to-string):
Call `shell-command' in order to respect file name handlers.
parent
421e2fb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/simple.el
lisp/simple.el
+1
-1
No files found.
lisp/simple.el
View file @
f44b50ff
...
@@ -3844,7 +3844,7 @@ interactively, this is t."
...
@@ -3844,7 +3844,7 @@ interactively, this is t."
(with-output-to-string
(with-output-to-string
(with-current-buffer
(with-current-buffer
standard-output
standard-output
(
process-file shell-file-name nil t nil
shell-command
-switch
command))))
(shell-command command
t
))))
(defun process-file (program &optional infile buffer display &rest args)
(defun process-file (program &optional infile buffer display &rest args)
"Process files synchronously in a separate process.
"Process files synchronously in a separate process.
...
...
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