]> code.delx.au - gnu-emacs/commitdiff
* imenu.el (imenu): Inhibit push-mark message.
authorChong Yidong <cyd@gnu.org>
Mon, 29 Oct 2012 09:58:49 +0000 (17:58 +0800)
committerChong Yidong <cyd@gnu.org>
Mon, 29 Oct 2012 09:58:49 +0000 (17:58 +0800)
Fixes: debbugs:12726
lisp/ChangeLog
lisp/imenu.el

index 093d392d7d3f659d32d717da9ef299c04a1e64f4..38a3e3806b8fd065e59b1ccacc11885cc4cc2667 100644 (file)
@@ -1,5 +1,7 @@
 2012-10-29  Chong Yidong  <cyd@gnu.org>
 
+       * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
+
        * face-remap.el (face-remap-add-relative): Handle the case where a
        face-remapping-alist entry is a cons cell (Bug#12762).
 
index 47a2f1e3b40675cc3a7b985c1c40c93256fb1d8e..4686d1cf538f50c179b68f5916f69bae6c38bb78 100644 (file)
@@ -1018,7 +1018,7 @@ for more information."
   (if (stringp index-item)
       (setq index-item (assoc index-item (imenu--make-index-alist))))
   (when index-item
-    (push-mark)
+    (push-mark nil t)
     (let* ((is-special-item (listp (cdr index-item)))
           (function
            (if is-special-item