comparison lisp/progmodes/tcl.el @ 38476:87a409912f22

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 17 Jul 2001 18:40:19 +0000
parents b174db545cfd
children 6a46751c85df
comparison
equal deleted inserted replaced
38475:916f157c7118 38476:87a409912f22
1 ;;; tcl.el --- Tcl code editing commands for Emacs 1 ;;; tcl.el --- Tcl code editing commands for Emacs
2 2
3 ;; Copyright (C) 1994, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. 3 ;; Copyright (C) 1994, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
4 4
5 ;; Maintainer: Tom Tromey <tromey@busco.lanl.gov> 5 ;; Maintainer: FSF
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 tcl modes 8 ;; Keywords: languages tcl modes
9 ;; Version: $Revision: 1.62 $ 9 ;; Version: $Revision: 1.63 $
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
130 (if (and (not (string< emacs-version "19.23")) 130 (if (and (not (string< emacs-version "19.23"))
131 (not (string-match "XEmacs" emacs-version))) 131 (not (string-match "XEmacs" emacs-version)))
132 (require 'imenu)) 132 (require 'imenu))
133 ())) 133 ()))
134 134
135 (defconst tcl-version "$Revision: 1.62 $") 135 (defconst tcl-version "$Revision: 1.63 $")
136 (defconst tcl-maintainer "Tom Tromey <tromey@drip.colorado.edu>") 136 (defconst tcl-maintainer "Tom Tromey <tromey@drip.colorado.edu>")
137 137
138 ;; 138 ;;
139 ;; User variables. 139 ;; User variables.
140 ;; 140 ;;