From: Artur Malabarba Date: Fri, 30 Oct 2015 10:49:56 +0000 (+0000) Subject: Be silent when pushing mark X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/00920450d83ffe7a02bbe98997e266726819efc2 Be silent when pushing mark --- diff --git a/beacon.el b/beacon.el index 18f2dc266..5b6d924cb 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."