Mercurial > emacs
comparison lisp/progmodes/tcl.el @ 6710:85f4c4971597
Fixed up headers for release.
author | Tom Tromey <tromey@redhat.com> |
---|---|
date | Wed, 06 Apr 1994 22:12:42 +0000 |
parents | 8dee3c8bc7c8 |
children | f464d8689cb3 |
comparison
equal
deleted
inserted
replaced
6709:8dee3c8bc7c8 | 6710:85f4c4971597 |
---|---|
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 |
12 ;; GNU Emacs is free software; you can redistribute it and/or modify | 13 ;; GNU Emacs is free software; you can redistribute it and/or modify |
13 ;; it under the terms of the GNU General Public License as published by | 14 ;; it under the terms of the GNU General Public License as published by |
48 ;;; Commentary: | 49 ;;; Commentary: |
49 | 50 |
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 |
57 ;; "define" other things. Eg in my project I put "defvar" in this | 58 ;; "define" other things. Eg in my project I put "defvar" in this |
58 ;; list. | 59 ;; list. |