From 246046610cf73cbfb54f280a947b48cf02e9bda6 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 6 Apr 1994 22:17:36 +0000 Subject: [PATCH] Bug fix; 19.23 should (require 'lmenu). --- lisp/progmodes/tcl.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/progmodes/tcl.el b/lisp/progmodes/tcl.el index 48535c72147..076d3e889eb 100644 --- a/lisp/progmodes/tcl.el +++ b/lisp/progmodes/tcl.el @@ -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 @@ The first line is assumed to look like \"#!.../program ...\"." (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 @@ The first line is assumed to look like \"#!.../program ...\"." (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. -- 2.39.5