summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2001-01-09 16:34:51 +0000
committerDave Love <fx@gnu.org>2001-01-09 16:34:51 +0000
commit2bef3a39ac12364efa7ce6dec26a92f2afd3940d (patch)
treec78550c858f5ae01fc061da4495cf1190ae859a8
parent61520f2613ff14fa6e57850cd0980a28c63ec88e (diff)
downloademacs-2bef3a39ac12364efa7ce6dec26a92f2afd3940d.tar.gz
(ada-popup-key): Fix :type.
-rw-r--r--lisp/progmodes/ada-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el
index f6541832805..b47ca1d2a09 100644
--- a/lisp/progmodes/ada-mode.el
+++ b/lisp/progmodes/ada-mode.el
@@ -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"