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:
parent
c2a87d7439
commit
ec91f7735c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user