From 1c319e77970d1ea9541106472dd02b733d8fcf4d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 22 Aug 2009 19:41:49 +0000 Subject: [PATCH] Comment. --- lisp/imenu.el | 6 +++--- 1 file 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.") ;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; FIXME: This is the only imenu-example-* definition that's actually used, -;; and it seems to only be used by cperl-mode.el. We should just move it to -;; cperl-mode.el and remove the rest. +;; FIXME: This was the only imenu-example-* definition actually used, +;; by cperl-mode.el. Now cperl-mode has its own copy, so these can +;; all be removed. (defun imenu-example--name-and-position () "Return the current/previous sexp and its (beginning) location. Don't move point." -- 2.39.5