# HG changeset patch # User Tom Tromey # Date 806010925 0 # Node ID a42c105f8337767f14f89ba37a5699e042c78733 # Parent 75d5cd5919478580f27ce988fa4ca127383c2ed8 XEmacs currently must use tcl-internal-end-of-defun diff -r 75d5cd591947 -r a42c105f8337 lisp/progmodes/tcl.el --- a/lisp/progmodes/tcl.el Mon Jul 17 18:56:17 1995 +0000 +++ b/lisp/progmodes/tcl.el Mon Jul 17 19:55:25 1995 +0000 @@ -6,7 +6,7 @@ ;; Author: Tom Tromey ;; Chris Lindblad ;; Keywords: languages tcl modes -;; Version: $Revision: 1.40 $ +;; Version: $Revision: 1.41 $ ;; 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: 1995/07/11 03:13:15 $|$Revision: 1.40 $|~/modes/tcl.el.Z| +;; $Date: 1995/07/14 21:54:56 $|$Revision: 1.41 $|~/modes/tcl.el.Z| ;; CUSTOMIZATION NOTES: ;; * tcl-proc-list can be used to customize a list of things that @@ -65,6 +65,10 @@ ;; Change log: ;; $Log: tcl.el,v $ +;; Revision 1.41 1995/07/14 21:54:56 tromey +;; Changes to make menus work in XEmacs. +;; From Mike Scheidler +;; ;; Revision 1.40 1995/07/11 03:13:15 tromey ;; (tcl-mode): Customize for new dabbrev. ;; @@ -332,7 +336,7 @@ (require 'imenu)) ())) -(defconst tcl-version "$Revision: 1.40 $") +(defconst tcl-version "$Revision: 1.41 $") (defconst tcl-maintainer "Tom Tromey ") ;; @@ -782,7 +786,7 @@ ;; Ditto end-of-defun. (fset 'tcl-end-of-defun - (if tcl-using-emacs-19 + (if (and tcl-using-emacs-19 (not tcl-using-xemacs-19)) 'end-of-defun 'tcl-internal-end-of-defun))