aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-08-22 19:41:49 +0000
committerGlenn Morris2009-08-22 19:41:49 +0000
commit1c319e77970d1ea9541106472dd02b733d8fcf4d (patch)
tree051138eb81ef9b73d378c643f94a1d09ccd4422d
parent47e83968520f5c2766306cfeded468a3077911fd (diff)
downloademacs-1c319e77970d1ea9541106472dd02b733d8fcf4d.tar.gz
emacs-1c319e77970d1ea9541106472dd02b733d8fcf4d.zip
Comment.
-rw-r--r--lisp/imenu.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el
index a1707f3ca61..3873136f693 100644
--- a/lisp/imenu.el
+++ b/lisp/imenu.el
@@ -297,9 +297,9 @@ The function in this variable is called when selecting a normal index-item.")
297;;;; 297;;;;
298;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 298;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
299 299
300;; FIXME: This is the only imenu-example-* definition that's actually used, 300;; FIXME: This was the only imenu-example-* definition actually used,
301;; and it seems to only be used by cperl-mode.el. We should just move it to 301;; by cperl-mode.el. Now cperl-mode has its own copy, so these can
302;; cperl-mode.el and remove the rest. 302;; all be removed.
303(defun imenu-example--name-and-position () 303(defun imenu-example--name-and-position ()
304 "Return the current/previous sexp and its (beginning) location. 304 "Return the current/previous sexp and its (beginning) location.
305Don't move point." 305Don't move point."