comparison lisp/progmodes/tcl.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 168bf1dc1b53
children f0eb34e60705 e8824c4f5f7e 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
4 4
5 ;; Maintainer: FSF 5 ;; Maintainer: FSF
6 ;; Author: Tom Tromey <tromey@redhat.com> 6 ;; Author: Tom Tromey <tromey@redhat.com>
7 ;; Chris Lindblad <cjl@lcs.mit.edu> 7 ;; Chris Lindblad <cjl@lcs.mit.edu>
8 ;; Keywords: languages tcl modes 8 ;; Keywords: languages tcl modes
9 ;; Version: $Revision: 1.74 $ 9 ;; Version: $Revision: 1.75 $
10 10
11 ;; This file is part of GNU Emacs. 11 ;; This file is part of GNU Emacs.
12 12
13 ;; 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
14 ;; 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
1508 (defalias 'tcl-mark-defun 'mark-defun) 1508 (defalias 'tcl-mark-defun 'mark-defun)
1509 (defun tcl-mark () (mark t)) 1509 (defun tcl-mark () (mark t))
1510 1510
1511 (provide 'tcl) 1511 (provide 'tcl)
1512 1512
1513 ;;; arch-tag: 8a032554-c3ef-422e-b84c-acec0522179d
1513 ;;; tcl.el ends here 1514 ;;; tcl.el ends here