Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
24604661
Commit
24604661
authored
Apr 06, 1994
by
Tom Tromey
Browse files
Bug fix; 19.23 should (require 'lmenu).
parent
db2e9cdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/progmodes/tcl.el
lisp/progmodes/tcl.el
+4
-4
No files found.
lisp/progmodes/tcl.el
View file @
24604661
...
...
@@ -6,7 +6,7 @@
;; Author: Tom Tromey <tromey@busco.lanl.gov>
;; Chris Lindblad <cjl@lcs.mit.edu>
;; 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
'menu
bar
)
(
require
'
l
menu
)
;; 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
'menu
bar
)
(
require
'
l
menu
)
;; CAVEATS:
;; * lmenu.el provides 'menubar, which is bogus.
;; * lmenu.el causes menubars to be turned on everywhere.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment