From: Chong Yidong Date: Mon, 29 Oct 2012 09:58:49 +0000 (+0800) Subject: * imenu.el (imenu): Inhibit push-mark message. X-Git-Tag: emacs-24.2.90~209^2~21 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1913c5f53b1055bcd66d06d721b4bef69ca7a03f;p=emacs.git * imenu.el (imenu): Inhibit push-mark message. Fixes: debbugs:12726 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 093d392d7d3..38a3e3806b8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2012-10-29 Chong Yidong + * 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). diff --git a/lisp/imenu.el b/lisp/imenu.el index 47a2f1e3b40..4686d1cf538 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -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