]> code.delx.au - gnu-emacs-elpa/commitdiff
Be silent when pushing mark
authorArtur Malabarba <bruce.connor.am@gmail.com>
Fri, 30 Oct 2015 10:49:56 +0000 (10:49 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Fri, 30 Oct 2015 10:49:56 +0000 (10:49 +0000)
beacon.el

index 18f2dc26694fff9df74eb4eabb06ab4d6c858659..5b6d924cb976d306a4573b1f24f88a7d3fa239ee 100644 (file)
--- a/beacon.el
+++ b/beacon.el
@@ -337,7 +337,7 @@ The same is true for DELTA-X and horizonta movement."
     (let ((head (car mark-ring)))
       (when (and (eq beacon--previous-mark-head head)
                  (not (equal head beacon--previous-place)))
-        (push-mark beacon--previous-place)))))
+        (push-mark beacon--previous-place 'silent)))))
 
 (defun beacon--post-command ()
   "Blink if point moved very far."