aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/tcl.el13
1 files changed, 7 insertions, 6 deletions
diff --git a/lisp/progmodes/tcl.el b/lisp/progmodes/tcl.el
index eb9b5808977..48535c72147 100644
--- a/lisp/progmodes/tcl.el
+++ b/lisp/progmodes/tcl.el
@@ -1,11 +1,12 @@
1;; tcl.el -- Tcl code editing commands for Emacs 1;; tcl.el --- Tcl code editing commands for Emacs
2 2
3;; Copyright (C) 1994 Free Software Foundation, Inc. 3;; Copyright (C) 1994 Free Software Foundation, Inc.
4 4
5;;; Maintainer: Tom Tromey <tromey@busco.lanl.gov> 5;; Maintainer: Tom Tromey <tromey@busco.lanl.gov>
6;;; Author: Tom Tromey <tromey@busco.lanl.gov> 6;; Author: Tom Tromey <tromey@busco.lanl.gov>
7;;; Chris Lindblad <cjl@lcs.mit.edu> 7;; Chris Lindblad <cjl@lcs.mit.edu>
8;;; Keywords: languages 8;; Keywords: languages tcl modes
9;; Version: $Revision$
9 10
10;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
11 12
@@ -50,7 +51,7 @@
50;; LCD Archive Entry: 51;; LCD Archive Entry:
51;; tcl|Tom Tromey|tromey@busco.lanl.gov| 52;; tcl|Tom Tromey|tromey@busco.lanl.gov|
52;; Major mode for editing Tcl| 53;; Major mode for editing Tcl|
53;; 6-Apr-94|1.0| 54;; 6-Apr-94|$Revision$|
54 55
55;; CUSTOMIZATION NOTES: 56;; CUSTOMIZATION NOTES:
56;; * tcl-proc-list can be used to customize a list of things that 57;; * tcl-proc-list can be used to customize a list of things that