]> git.eshelyaron.com Git - emacs.git/commitdiff
(ada-add-ada-menu): Fix args to easy-menu-define.
authorKarl Heuer <kwzh@gnu.org>
Mon, 22 May 1995 21:42:13 +0000 (21:42 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 22 May 1995 21:42:13 +0000 (21:42 +0000)
lisp/progmodes/ada-mode.el

index f7077ad426f7c2bbc62bce8f5580c915225ab46a..740dcd1ca977a7ed7f9df2d90e2f91b141894c2b 100644 (file)
 ;;; LCD Archive Entry:
 ;;; ada-mode|Rolf Ebert|<ebert@inf.enst.fr>
 ;;; |Major-mode for Ada
-;;; |$Date: 1995/04/04 03:00:59 $|$Revision: 1.4 $|
+;;; |$Date: 1995/04/07 00:14:59 $|$Revision: 1.5 $|
 
 \f
-(defconst ada-mode-version (substring "$Revision: 1.4 $" 11 -2)
-  "$Id: ada-mode.el,v 1.4 1995/04/04 03:00:59 kwzh Exp kwzh $
+(defconst ada-mode-version (substring "$Revision: 1.5 $" 11 -2)
+  "$Id: ada-mode.el,v 1.5 1995/04/07 00:14:59 kwzh Exp kwzh $
 
 Report bugs to: Rolf Ebert <ebert@inf.enst.fr>")
 
@@ -3436,7 +3436,7 @@ Searches through former 'with' statements for possible completions."
 
 (defun ada-add-ada-menu ()
   "Adds the menu 'Ada' to the menu-bar in Ada Mode."
-  (easy-menu-define t ada-mode-map t
+  (easy-menu-define ada-mode-menu ada-mode-map "Menu keymap for Ada mode."
                     '("Ada"
                       ["next package" ada-next-package t]
                       ["previous package" ada-previous-package t]