]> code.delx.au - gnu-emacs/blobdiff - lisp/imenu.el
* net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
[gnu-emacs] / lisp / imenu.el
index 47a2f1e3b40675cc3a7b985c1c40c93256fb1d8e..80dacf937df83a57b10e6341a3ee9d7e7b13b71c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; imenu.el --- framework for mode-specific buffer indexes  -*- lexical-binding: t -*-
 
-;; Copyright (C) 1994-1998, 2001-2012 Free Software Foundation, Inc.
+;; Copyright (C) 1994-1998, 2001-2013 Free Software Foundation, Inc.
 
 ;; Author: Ake Stenhoff <etxaksf@aom.ericsson.se>
 ;;         Lars Lindberg <lli@sypro.cap.se>
@@ -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