Mercurial > emacs
changeset 7771:f23eaf6babac
Fixed bug in bug-reporting code.
author | Tom Tromey <tromey@redhat.com> |
---|---|
date | Fri, 03 Jun 1994 00:47:15 +0000 |
parents | 41dda174ca7c |
children | 7821be0db092 |
files | lisp/progmodes/tcl.el |
diffstat | 1 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/tcl.el Thu Jun 02 23:47:26 1994 +0000 +++ b/lisp/progmodes/tcl.el Fri Jun 03 00:47:15 1994 +0000 @@ -6,7 +6,7 @@ ;; Author: Tom Tromey <tromey@busco.lanl.gov> ;; Chris Lindblad <cjl@lcs.mit.edu> ;; Keywords: languages tcl modes -;; Version: $Revision: 1.15 $ +;; Version: $Revision: 1.16 $ ;; This file is part of GNU Emacs. @@ -51,7 +51,7 @@ ;; LCD Archive Entry: ;; tcl|Tom Tromey|tromey@busco.lanl.gov| ;; Major mode for editing Tcl| -;; $Date: 1994/05/22 20:38:11 $|$Revision: 1.15 $|~/modes/tcl.el.Z| +;; $Date: 1994/05/26 05:06:14 $|$Revision: 1.16 $|~/modes/tcl.el.Z| ;; CUSTOMIZATION NOTES: ;; * tcl-proc-list can be used to customize a list of things that @@ -65,6 +65,9 @@ ;; Change log: ;; $Log: tcl.el,v $ +; Revision 1.16 1994/05/26 05:06:14 tromey +; Menu items now sensitive as appropriate. +; ; Revision 1.15 1994/05/22 20:38:11 tromey ; Added bug-report keybindings and menu entries. ; @@ -243,7 +246,7 @@ (require 'imenu)) ())) -(defconst tcl-version "$Revision: 1.15 $") +(defconst tcl-version "$Revision: 1.16 $") (defconst tcl-maintainer "Tom Tromey <tromey@busco.lanl.gov>") ;; @@ -1960,7 +1963,7 @@ tcl-auto-newline tcl-tab-always-indent tcl-use-hairy-comment-detector - tcl-electric-has-style + tcl-electric-hash-style tcl-help-directory-list tcl-use-smart-word-finder tcl-application