branch: master
commit 00920450d83ffe7a02bbe98997e266726819efc2
Author: Artur Malabarba <bruce.connor...@gmail.com>
Commit: Artur Malabarba <bruce.connor...@gmail.com>

    Be silent when pushing mark
---
 beacon.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/beacon.el b/beacon.el
index 18f2dc2..5b6d924 100644
--- 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."

Reply via email to