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
637fff82
Commit
637fff82
authored
Jun 29, 2002
by
Andreas Schwab
Browse files
(shell-command-default-error-buffer): Doc fix.
parent
61b80ebf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/simple.el
lisp/simple.el
+1
-1
No files found.
lisp/ChangeLog
View file @
637fff82
...
...
@@ -3,6 +3,7 @@
* simple.el (shell-command-on-region): Handle errors and signals
from shell command execution.
(display-message-or-buffer): Fix last change.
(shell-command-default-error-buffer): Doc fix.
* dired.el (dired-view-file): Quote file name for
dired-run-shell-command.
...
...
lisp/simple.el
View file @
637fff82
...
...
@@ -1154,7 +1154,7 @@ is not *inside* the region START...END."
(defvar shell-command-default-error-buffer nil
"
*Buffer
name
for
`
shell-command
'
and
`
shell-command-on-region
'
error
output.
This
buffer
is
used
when
`
shell-command
'
or
'
shell-command-on-region
'
This
buffer
is
used
when
`
shell-command
'
or
`
shell-command-on-region
'
is
run
interactively.
A
value
of
nil
means
that
output
to
stderr
and
stdout
will
be
intermixed
in
the
output
stream.
")
...
...
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