From: Dave Love Date: Sun, 8 Oct 2000 17:47:03 +0000 (+0000) Subject: (ada-mode-menu): Add name to menu map. X-Git-Tag: emacs-pretest-21.0.90~1030 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88127f30edc235c3ab9e4d516ccb395354dbfc0e;p=emacs.git (ada-mode-menu): Add name to menu map. --- diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index f98fe7a1848..b8739159477 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el @@ -1,12 +1,12 @@ ;; @(#) ada-mode.el --- major-mode for editing Ada source. -;; Copyright (C) 1994, 1995, 1997-1999, 2000 Free Software Foundation, Inc. +;; Copyright (C) 1994, 95, 97, 98, 99, 2000 Free Software Foundation, Inc. ;; Author: Rolf Ebert ;; Markus Heritsch ;; Emmanuel Briot ;; Maintainer: Emmanuel Briot -;; Ada Core Technologies's version: $Revision: 1.117 $ +;; Ada Core Technologies's version: $Revision: 1.33 $ ;; Keywords: languages ada ;; This file is not part of GNU Emacs @@ -392,7 +392,7 @@ The extensions should include a `.' if needed.") "List of possible suffixes for Ada spec files. The extensions should include a `.' if needed.") -(defvar ada-mode-menu (make-sparse-keymap) +(defvar ada-mode-menu (make-sparse-keymap "Ada") "Menu for ada-mode.") (defvar ada-mode-map (make-sparse-keymap)