>From fc14474033fe1d678ae774ca77b61b80a3988610 Mon Sep 17 00:00:00 2001 From: Alex Branham Date: Mon, 22 Jan 2018 13:51:06 -0600 Subject: [PATCH] * lisp/simple.el (shell-command--save-pos-or-erase): push-mark then move point --- lisp/simple.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/simple.el b/lisp/simple.el index 3ac6b86381c..fdd56b67115 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -3311,6 +3311,7 @@ shell-command--save-pos-or-erase (let ((inhibit-read-only t)) (erase-buffer) nil)))) (when pos + (push-mark pos t) (goto-char (point-max)) (push (cons (current-buffer) pos) shell-command-saved-pos)))) -- 2.16.0