Mercurial > emacs
changeset 24953:d000cde7e90a
(tcl-proc-list): Added `body'.
author | Tom Tromey <tromey@redhat.com> |
---|---|
date | Sun, 18 Jul 1999 05:19:57 +0000 |
parents | a6db4671c7a0 |
children | 503bd9d97ac4 |
files | lisp/progmodes/tcl.el |
diffstat | 1 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/tcl.el Sat Jul 17 02:23:12 1999 +0000 +++ b/lisp/progmodes/tcl.el Sun Jul 18 05:19:57 1999 +0000 @@ -6,7 +6,7 @@ ;; Author: Tom Tromey <tromey@busco.lanl.gov> ;; Chris Lindblad <cjl@lcs.mit.edu> ;; Keywords: languages tcl modes -;; Version: $Revision: 1.52 $ +;; Version: $Revision: 1.53 $ ;; 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: 1998/07/02 17:47:49 $|$Revision: 1.52 $|~/modes/tcl.el.Z| +;; $Date: 1999/03/29 07:35:55 $|$Revision: 1.53 $|~/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.53 1999/03/29 07:35:55 tromey +;; (tcl-using-emacs-19-23): Recognize Emacs 20. +;; ;; Revision 1.52 1998/07/02 17:47:49 tromey ;; Some itcl additions: ;; (tcl-typeword-list): Added private, itk_option. @@ -379,7 +382,7 @@ (require 'imenu)) ())) -(defconst tcl-version "$Revision: 1.52 $") +(defconst tcl-version "$Revision: 1.53 $") (defconst tcl-maintainer "Tom Tromey <tromey@drip.colorado.edu>") ;; @@ -662,7 +665,7 @@ "Hook for customizing Inferior Tcl mode.") (defvar tcl-proc-list - '("proc" "method" "itcl_class" "body" "configbody" "class") + '("proc" "method" "itcl_class" "body" "configbody" "class" "body") "List of commands whose first argument defines something. This exists because some people (eg, me) use \"defvar\" et al. Call `tcl-set-proc-regexp' and `tcl-set-font-lock-keywords'