From: Karl Heuer Date: Mon, 22 May 1995 21:42:13 +0000 (+0000) Subject: (ada-add-ada-menu): Fix args to easy-menu-define. X-Git-Tag: emacs-19.34~3989 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98e05fae58f00a6cdf18e2185909e38cf0457fc0;p=emacs.git (ada-add-ada-menu): Fix args to easy-menu-define. --- diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index f7077ad426f..740dcd1ca97 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el @@ -108,11 +108,11 @@ ;;; LCD Archive Entry: ;;; ada-mode|Rolf Ebert| ;;; |Major-mode for Ada -;;; |$Date: 1995/04/04 03:00:59 $|$Revision: 1.4 $| +;;; |$Date: 1995/04/07 00:14:59 $|$Revision: 1.5 $| -(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 ") @@ -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]