diff options
| author | Tom Tromey | 1994-04-06 22:17:36 +0000 |
|---|---|---|
| committer | Tom Tromey | 1994-04-06 22:17:36 +0000 |
| commit | 246046610cf73cbfb54f280a947b48cf02e9bda6 (patch) | |
| tree | f5f460974d6af663b8d933efcbb0fdd2058f9c63 | |
| parent | db2e9cddced479751f68827d16a6bbf2672a83dd (diff) | |
| download | emacs-246046610cf73cbfb54f280a947b48cf02e9bda6.tar.gz emacs-246046610cf73cbfb54f280a947b48cf02e9bda6.zip | |
Bug fix; 19.23 should (require 'lmenu).
| -rw-r--r-- | lisp/progmodes/tcl.el | 8 |
1 files 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 @@ | |||
| 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$ | 9 | ;; Version: $Revision: 1.2 $ |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | 12 | ||
| @@ -51,7 +51,7 @@ | |||
| 51 | ;; LCD Archive Entry: | 51 | ;; LCD Archive Entry: |
| 52 | ;; tcl|Tom Tromey|tromey@busco.lanl.gov| | 52 | ;; tcl|Tom Tromey|tromey@busco.lanl.gov| |
| 53 | ;; Major mode for editing Tcl| | 53 | ;; Major mode for editing Tcl| |
| 54 | ;; 6-Apr-94|$Revision$| | 54 | ;; 6-Apr-94|$Revision: 1.2 $| |
| 55 | 55 | ||
| 56 | ;; CUSTOMIZATION NOTES: | 56 | ;; CUSTOMIZATION NOTES: |
| 57 | ;; * tcl-proc-list can be used to customize a list of things that | 57 | ;; * 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 ...\"." | |||
| 1756 | (and tcl-using-emacs-19 | 1756 | (and tcl-using-emacs-19 |
| 1757 | (not tcl-using-lemacs-19) | 1757 | (not tcl-using-lemacs-19) |
| 1758 | (if tcl-using-emacs-19.23 | 1758 | (if tcl-using-emacs-19.23 |
| 1759 | (require 'menubar) | 1759 | (require 'lmenu) |
| 1760 | ;; CAVEATS: | 1760 | ;; CAVEATS: |
| 1761 | ;; * lmenu.el provides 'menubar, which is bogus. | 1761 | ;; * lmenu.el provides 'menubar, which is bogus. |
| 1762 | ;; * lmenu.el causes menubars to be turned on everywhere. | 1762 | ;; * lmenu.el causes menubars to be turned on everywhere. |
| @@ -1781,7 +1781,7 @@ The first line is assumed to look like \"#!.../program ...\"." | |||
| 1781 | (and tcl-using-emacs-19 | 1781 | (and tcl-using-emacs-19 |
| 1782 | (not tcl-using-lemacs-19) | 1782 | (not tcl-using-lemacs-19) |
| 1783 | (if tcl-using-emacs-19.23 | 1783 | (if tcl-using-emacs-19.23 |
| 1784 | (require 'menubar) | 1784 | (require 'lmenu) |
| 1785 | ;; CAVEATS: | 1785 | ;; CAVEATS: |
| 1786 | ;; * lmenu.el provides 'menubar, which is bogus. | 1786 | ;; * lmenu.el provides 'menubar, which is bogus. |
| 1787 | ;; * lmenu.el causes menubars to be turned on everywhere. | 1787 | ;; * lmenu.el causes menubars to be turned on everywhere. |