Mercurial > emacs
changeset 32300:5acb191f2a15
(ada-mode-menu): Add name to menu map.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sun, 08 Oct 2000 17:47:03 +0000 |
parents | 4888d3b1cf29 |
children | 0f1f7e931493 |
files | lisp/progmodes/ada-mode.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/ada-mode.el Sun Oct 08 17:39:40 2000 +0000 +++ b/lisp/progmodes/ada-mode.el Sun Oct 08 17:47:03 2000 +0000 @@ -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 <ebert@inf.enst.fr> ;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> ;; Emmanuel Briot <briot@gnat.com> ;; Maintainer: Emmanuel Briot <briot@gnat.com> -;; 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 @@ "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)