diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-07-17 18:40:19 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-07-17 18:40:19 +0000 |
commit | 374daba6de0deec3ad50ba1ad9c1bda000119db4 (patch) | |
tree | 066aa5fb7121c0cd6d540cd3bd8a14d7bb579f4c /lisp/progmodes/tcl.el | |
parent | acd9f40c0dddd49ceea38e8a4cbe588cc4c5393f (diff) | |
download | emacs-374daba6de0deec3ad50ba1ad9c1bda000119db4.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/progmodes/tcl.el')
-rw-r--r-- | lisp/progmodes/tcl.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/tcl.el b/lisp/progmodes/tcl.el index f6e559ac8cf..b45b63907d8 100644 --- a/lisp/progmodes/tcl.el +++ b/lisp/progmodes/tcl.el @@ -2,11 +2,11 @@ ;; Copyright (C) 1994, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -;; Maintainer: Tom Tromey <tromey@busco.lanl.gov> +;; Maintainer: FSF ;; Author: Tom Tromey <tromey@busco.lanl.gov> ;; Chris Lindblad <cjl@lcs.mit.edu> ;; Keywords: languages tcl modes -;; Version: $Revision: 1.62 $ +;; Version: $Revision: 1.63 $ ;; This file is part of GNU Emacs. @@ -132,7 +132,7 @@ (require 'imenu)) ())) -(defconst tcl-version "$Revision: 1.62 $") +(defconst tcl-version "$Revision: 1.63 $") (defconst tcl-maintainer "Tom Tromey <tromey@drip.colorado.edu>") ;; |