]> git.eshelyaron.com Git - emacs.git/commitdiff
(tcl-mode): imenu-create-index-function made buffer local.
authorTom Tromey <tromey@redhat.com>
Tue, 11 Oct 1994 02:01:27 +0000 (02:01 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 11 Oct 1994 02:01:27 +0000 (02:01 +0000)
lisp/progmodes/tcl.el

index 8495b09389d7b0139b9deeb77dba70d17e4bb495..30bd22d05eee764b78da8dabb01e7beb38fe7b45 100644 (file)
@@ -6,7 +6,7 @@
 ;; Author: Tom Tromey <tromey@busco.lanl.gov>
 ;;    Chris Lindblad <cjl@lcs.mit.edu>
 ;; Keywords: languages tcl modes
-;; Version: $Revision: 1.25 $
+;; Version: $Revision: 1.26 $
 
 ;; This file is part of GNU Emacs.
 
@@ -51,7 +51,7 @@
 ;; LCD Archive Entry:
 ;; tcl|Tom Tromey|tromey@busco.lanl.gov|
 ;; Major mode for editing Tcl|
-;; $Date: 1994/08/22 15:56:24 $|$Revision: 1.25 $|~/modes/tcl.el.Z|
+;; $Date: 1994/09/01 18:06:24 $|$Revision: 1.26 $|~/modes/tcl.el.Z|
 
 ;; CUSTOMIZATION NOTES:
 ;; * tcl-proc-list can be used to customize a list of things that
@@ -65,6 +65,9 @@
 
 ;; Change log:
 ;; $Log: tcl.el,v $
+;; Revision 1.26  1994/09/01  18:06:24  tromey
+;; Added filename completion in inferior tcl mode
+;;
 ;; Revision 1.25  1994/08/22  15:56:24  tromey
 ;; tcl-load-file default to current buffer.
 ;;
           (require 'imenu))
        ()))
 
-(defconst tcl-version "$Revision: 1.25 $")
+(defconst tcl-version "$Revision: 1.26 $")
 (defconst tcl-maintainer "Tom Tromey <tromey@busco.lanl.gov>")
 
 ;;
@@ -878,6 +881,7 @@ Commands:
   (setq font-lock-keywords tcl-font-lock-keywords)
 
   ;; The following only really makes sense under GNU Emacs 19.
+  (make-local-variable 'imenu-create-index-function)
   (setq imenu-create-index-function 'tcl-imenu-create-index-function)
   (make-local-variable 'parse-sexp-ignore-comments)