From 2bef3a39ac12364efa7ce6dec26a92f2afd3940d Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 9 Jan 2001 16:34:51 +0000 Subject: (ada-popup-key): Fix :type. --- lisp/progmodes/ada-mode.el | 4 ++-- 1 file 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 ;; Emmanuel Briot ;; Maintainer: Emmanuel Briot -;; 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" -- cgit v1.2.3