X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fprocess.el;h=7294e0068d6978a9229c9fc415432418e560b1c6;hb=fd4796d5ee5d86d15dc07742cfcaafa6b9da9a35;hp=79a81e66b31ae74e344cfd5b18c07b661e7cc4df;hpb=677eed28458b5264298a1e4a49f2a175d6ffe175;p=chise%2Fxemacs-chise.git- 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