emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sat, 09 Mar 2002 04:05:08 -0500

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.523 emacs/lisp/simple.el:1.524
*** emacs/lisp/simple.el:1.523  Wed Feb 27 18:02:02 2002
--- emacs/lisp/simple.el        Sat Mar  9 04:05:08 2002
***************
*** 1424,1430 ****
        (let ((swap (and replace (< start end))))
          ;; Don't muck with mark unless REPLACE says we should.
          (goto-char start)
!         (and replace (push-mark))
          (setq exit-status
                (call-process-region start end shell-file-name t
                                     (if error-file
--- 1424,1430 ----
        (let ((swap (and replace (< start end))))
          ;; Don't muck with mark unless REPLACE says we should.
          (goto-char start)
!         (and replace (push-mark (point) 'nomsg))
          (setq exit-status
                (call-process-region start end shell-file-name t
                                     (if error-file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]