# HG changeset patch # User Dave Love # Date 971027223 0 # Node ID 5acb191f2a15170838344cb353467921c65dbb35 # Parent 4888d3b1cf2933343735370ca8073c69cb54509a (ada-mode-menu): Add name to menu map. diff -r 4888d3b1cf29 -r 5acb191f2a15 lisp/progmodes/ada-mode.el --- 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 ;; 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 @@ "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)