1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

(tcl-mode): Set imenu-generic-expression to the value of

tcl-imenu-generic-expression instead of the symbol.
This commit is contained in:
Juanma Barranquero 2003-06-05 19:47:26 +00:00
parent c2a87d7439
commit ec91f7735c

View File

@ -6,7 +6,7 @@
;; Author: Tom Tromey <tromey@redhat.com>
;; Chris Lindblad <cjl@lcs.mit.edu>
;; Keywords: languages tcl modes
;; Version: $Revision: 1.73 $
;; Version: $Revision: 1.74 $
;; This file is part of GNU Emacs.
@ -549,7 +549,7 @@ Commands:
(parse-sexp-lookup-properties . t)))
(set (make-local-variable 'imenu-generic-expression)
'tcl-imenu-generic-expression)
tcl-imenu-generic-expression)
;; Settings for new dabbrev code.
(set (make-local-variable 'dabbrev-case-fold-search) nil)