]> git.eshelyaron.com Git - emacs.git/commitdiff
tcl-current-word does the right thing in inferior-tcl-mode.
authorTom Tromey <tromey@redhat.com>
Sun, 5 Jun 1994 16:57:22 +0000 (16:57 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 5 Jun 1994 16:57:22 +0000 (16:57 +0000)
lisp/progmodes/tcl.el

index 5606c0afba87ff9c5b9566b8f95c6c07defcfea0..925d487b42f6d9886b24e049b83d46ff3c42129c 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.18 $
+;; Version: $Revision: 1.19 $
 
 ;; 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/06/03 20:39:14 $|$Revision: 1.18 $|~/modes/tcl.el.Z|
+;; $Date: 1994/06/03 21:09:19 $|$Revision: 1.19 $|~/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.19  1994/06/03  21:09:19  tromey
+; Another menu fix.
+;
 ; Revision 1.18  1994/06/03  20:39:14  tromey
 ; Fixed menu bug.
 ;
           (require 'imenu))
        ()))
 
-(defconst tcl-version "$Revision: 1.18 $")
+(defconst tcl-version "$Revision: 1.19 $")
 (defconst tcl-maintainer "Tom Tromey <tromey@busco.lanl.gov>")
 
 ;;
@@ -1627,7 +1630,8 @@ to update the alist.")
   "Return current command word, or nil.
 If FLAG is nil, just uses `current-word'.
 Otherwise scans backward for most likely Tcl command word."
-  (if (and flag (eq major-mode 'tcl-mode))
+  (if (and flag
+          (memq major-mode '(tcl-mode inferior-tcl-mode)))
       (condition-case nil
          (save-excursion
            ;; Look backward for first word actually in alist.