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
e0457abe
Commit
e0457abe
authored
Jul 06, 2011
by
Lars Magne Ingebrigtsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* simple.el (shell-command-on-region): Fill.
parent
413c488d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/simple.el
lisp/simple.el
+2
-1
No files found.
lisp/ChangeLog
View file @
e0457abe
2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
* simple.el (shell-command-on-region): Fill.
* dired-aux.el (dired-kill-line): Add a doc string.
* dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
...
...
lisp/simple.el
View file @
e0457abe
...
...
@@ -2533,7 +2533,8 @@ specifies the value of ERROR-BUFFER."
(< 0 (nth 7 (file-attributes error-file))))
(format "
some
error
output%s
"
(if shell-command-default-error-buffer
(format "
to
the
\"%s\"
buffer
" shell-command-default-error-buffer)
(format "
to
the
\"%s\"
buffer
"
shell-command-default-error-buffer)
""))
"
no
output
")))
(cond ((null exit-status)
...
...
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