]> git.eshelyaron.com Git - emacs.git/commitdiff
(ada-popup-key): Fix last change.
authorDave Love <fx@gnu.org>
Fri, 12 Jan 2001 12:40:28 +0000 (12:40 +0000)
committerDave Love <fx@gnu.org>
Fri, 12 Jan 2001 12:40:28 +0000 (12:40 +0000)
lisp/progmodes/ada-mode.el

index b47ca1d2a096582cc0d40fddca1476aa4ed482cd..70c78ed1d2f27651fb92df1ef4790415deb883f2 100644 (file)
@@ -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 @@ not to 'begin'."
 (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"