diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-03-20 04:05:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-03-20 04:05:48 +0000 |
commit | 289c48367606e2ccff5b138b6fb4fde064b2d175 (patch) | |
tree | 85e0a859289c653b9a2530f3a3f6d5cf77a3216b /lisp/emacs-lisp | |
parent | 86538f6a8e645ad3db00f698e94223daf9b0a3cd (diff) | |
download | emacs-289c48367606e2ccff5b138b6fb4fde064b2d175.tar.gz emacs-289c48367606e2ccff5b138b6fb4fde064b2d175.tar.bz2 emacs-289c48367606e2ccff5b138b6fb4fde064b2d175.zip |
Provide lmenu, not menubar.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/lmenu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lmenu.el b/lisp/emacs-lisp/lmenu.el index e11c9c2368b..4f79c540ef6 100644 --- a/lisp/emacs-lisp/lmenu.el +++ b/lisp/emacs-lisp/lmenu.el @@ -393,6 +393,6 @@ BEFORE, if provided, is the name of a menu before which this menu should (set-menubar default-menubar) -(provide 'menubar) +(provide 'lmenu) ;;; lmenu.el ends here |