]> git.eshelyaron.com Git - emacs.git/commitdiff
(ada-popup-key): Fix :type.
authorDave Love <fx@gnu.org>
Tue, 9 Jan 2001 16:34:51 +0000 (16:34 +0000)
committerDave Love <fx@gnu.org>
Tue, 9 Jan 2001 16:34:51 +0000 (16:34 +0000)
lisp/progmodes/ada-mode.el

index f65418328055e3c9738de67c4ef1b681fe0a0b27..b47ca1d2a096582cc0d40fddca1476aa4ed482cd 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.35 $
+;; Ada Core Technologies's version:   $Revision: 1.36 $
 ;; Keywords: languages ada
 
 ;; This file is not part of GNU Emacs
@@ -311,7 +311,7 @@ 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 'string :group 'ada)
+  :type '(choice vector string) :group 'ada)
 
 (defcustom ada-search-directories
   '("." "$ADA_INCLUDE_PATH" "/usr/adainclude" "/usr/local/adainclude"