aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/ada-mode.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el
index b47ca1d2a09..70c78ed1d2f 100644
--- a/lisp/progmodes/ada-mode.el
+++ b/lisp/progmodes/ada-mode.el
@@ -6,7 +6,7 @@
6;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> 6;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
7;; Emmanuel Briot <briot@gnat.com> 7;; Emmanuel Briot <briot@gnat.com>
8;; Maintainer: Emmanuel Briot <briot@gnat.com> 8;; Maintainer: Emmanuel Briot <briot@gnat.com>
9;; Ada Core Technologies's version: $Revision: 1.36 $ 9;; Ada Core Technologies's version: $Revision: 1.37 $
10;; Keywords: languages ada 10;; Keywords: languages ada
11 11
12;; This file is not part of GNU Emacs 12;; This file is not part of GNU Emacs
@@ -311,7 +311,8 @@ not to 'begin'."
311(defcustom ada-popup-key '[down-mouse-3] 311(defcustom ada-popup-key '[down-mouse-3]
312 "*Key used for binding the contextual menu. 312 "*Key used for binding the contextual menu.
313If nil, no contextual menu is available." 313If nil, no contextual menu is available."
314 :type '(choice vector string) :group 'ada) 314 :type '(restricted-regexp :match-alternatives '(stringp vectorp))
315 :group 'ada)
315 316
316(defcustom ada-search-directories 317(defcustom ada-search-directories
317 '("." "$ADA_INCLUDE_PATH" "/usr/adainclude" "/usr/local/adainclude" 318 '("." "$ADA_INCLUDE_PATH" "/usr/adainclude" "/usr/local/adainclude"