mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from emacs-23
This commit is contained in:
commit
f49d1f52b2
51 changed files with 1551 additions and 436 deletions
|
|
@ -181,8 +181,7 @@ it should be a Lisp function. Decoding is done for the given BUFFER."
|
|||
;; We should perhaps go via a temporary buffer and copy it
|
||||
;; back, in case of errors.
|
||||
(if (and (zerop (save-window-excursion
|
||||
(shell-command-on-region (point-min) (point-max)
|
||||
method t t
|
||||
(shell-command-on-region from to method t t
|
||||
error-buff)))
|
||||
;; gzip gives zero exit status with bad args, for instance.
|
||||
(zerop (with-current-buffer error-buff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue