Mercurial > emacs
changeset 51492:168bf1dc1b53
(tcl-mode): Set imenu-generic-expression to the value of
tcl-imenu-generic-expression instead of the symbol.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 05 Jun 2003 19:47:26 +0000 |
parents | 0f2773d31797 |
children | b78f64d427c5 |
files | lisp/progmodes/tcl.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/tcl.el Thu Jun 05 19:11:42 2003 +0000 +++ b/lisp/progmodes/tcl.el Thu Jun 05 19:47:26 2003 +0000 @@ -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 @@ (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)