# HG changeset patch # User Tom Tromey # Date 765670656 0 # Node ID f464d8689cb3d47be09256ba9c2229dc801ee627 # Parent 85f4c497159770b34623d1d44ff33627d3aba060 Bug fix; 19.23 should (require 'lmenu). diff -r 85f4c4971597 -r f464d8689cb3 lisp/progmodes/tcl.el --- a/lisp/progmodes/tcl.el Wed Apr 06 22:12:42 1994 +0000 +++ b/lisp/progmodes/tcl.el Wed Apr 06 22:17:36 1994 +0000 @@ -6,7 +6,7 @@ ;; Author: Tom Tromey ;; Chris Lindblad ;; Keywords: languages tcl modes -;; Version: $Revision$ +;; Version: $Revision: 1.2 $ ;; 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| -;; 6-Apr-94|$Revision$| +;; 6-Apr-94|$Revision: 1.2 $| ;; CUSTOMIZATION NOTES: ;; * tcl-proc-list can be used to customize a list of things that @@ -1756,7 +1756,7 @@ (and tcl-using-emacs-19 (not tcl-using-lemacs-19) (if tcl-using-emacs-19.23 - (require 'menubar) + (require 'lmenu) ;; CAVEATS: ;; * lmenu.el provides 'menubar, which is bogus. ;; * lmenu.el causes menubars to be turned on everywhere. @@ -1781,7 +1781,7 @@ (and tcl-using-emacs-19 (not tcl-using-lemacs-19) (if tcl-using-emacs-19.23 - (require 'menubar) + (require 'lmenu) ;; CAVEATS: ;; * lmenu.el provides 'menubar, which is bogus. ;; * lmenu.el causes menubars to be turned on everywhere.