aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorDave Love <[email protected]>2001-02-07 23:25:59 +0000
committerDave Love <[email protected]>2001-02-07 23:25:59 +0000
commit7c5fd35547e357da3a1f346c9b1d5b51f3f70e83 (patch)
treeab9492a79a4966ecf00bf6c0fd68f96edba00282 /lisp
parent2dc0d851971bff353c678c180535475f1a8b7c29 (diff)
(ada-popup-key): Fix :type.
Diffstat (limited to 'lisp')
-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 70c78ed1d2..8707736790 100644
--- a/lisp/progmodes/ada-mode.el
+++ b/lisp/progmodes/ada-mode.el
@@ -6,7 +6,7 @@
;; Markus Heritsch <[email protected]>
;; Emmanuel Briot <[email protected]>
;; Maintainer: Emmanuel Briot <[email protected]>
-;; Ada Core Technologies's version: $Revision: 1.37 $
+;; Ada Core Technologies's version: $Revision: 1.38 $
;; 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 '(restricted-regexp :match-alternatives '(stringp vectorp))
+ :type '(restricted-sexp :match-alternatives (stringp vectorp))
:group 'ada)
(defcustom ada-search-directories