X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fprocess.el;h=7294e0068d6978a9229c9fc415432418e560b1c6;hb=7d5fcbc69cb7aaa92b207571395ae185db2d7b63;hp=79a81e66b31ae74e344cfd5b18c07b661e7cc4df;hpb=21db8709c0c2dcedbd278c7fe571290d5ce80a71;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/process.el b/lisp/process.el index 79a81e6..7294e00 100644 --- a/lisp/process.el +++ b/lisp/process.el @@ -350,7 +350,7 @@ In either case, the output is inserted after point (leaving mark after it)." ;; then replace that region with the output. (progn (setq buffer-read-only nil) (delete-region (max start end) (point-max)) - (delete-region (point-min) (max start end)) + (delete-region (point-min) (min start end)) (setq exit-status (call-process-region (point-min) (point-max) shell-file-name t t nil