changeset 35263:9d5252e923a3

(ada-popup-key): Fix last change.
author Dave Love <fx@gnu.org>
date Fri, 12 Jan 2001 12:40:28 +0000
parents be492f742a75
children 689589ab80b3
files lisp/progmodes/ada-mode.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/ada-mode.el	Fri Jan 12 12:38:50 2001 +0000
+++ b/lisp/progmodes/ada-mode.el	Fri Jan 12 12:40:28 2001 +0000
@@ -6,7 +6,7 @@
 ;;      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.36 $
+;; Ada Core Technologies's version:   $Revision: 1.37 $
 ;; Keywords: languages ada
 
 ;; This file is not part of GNU Emacs
@@ -311,7 +311,8 @@
 (defcustom ada-popup-key '[down-mouse-3]
   "*Key used for binding the contextual menu.
 If nil, no contextual menu is available."
-  :type '(choice vector string) :group 'ada)
+  :type '(restricted-regexp :match-alternatives '(stringp vectorp))
+  :group 'ada)
 
 (defcustom ada-search-directories
   '("." "$ADA_INCLUDE_PATH" "/usr/adainclude" "/usr/local/adainclude"