projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e27ec0e
)
; * lisp/simple.el (shell-command-to-string): Fix quotation.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 23 Sep 2023 06:09:03 +0000
(09:09 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 23 Sep 2023 06:09:03 +0000
(09:09 +0300)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 8ab4660566d98afcffcf52f9305f252a020fc760..b770d9d7d3363e23847362b733fa833ccfd63907 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-5069,7
+5069,7
@@
other cases, consider alternatives such as `call-process' or
`process-lines', which do not invoke the shell. Consider using
built-in functions like `rename-file' instead of the external
command \"mv\". For more information, see Info node
-
‘(elisp)Security Considerations’
."
+
`(elisp)Security Considerations'
."
(with-output-to-string
(with-current-buffer standard-output
(shell-command command t))))