aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
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.35 $ 9;; Ada Core Technologies's version: $Revision: 1.36 $
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,7 @@ 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 'string :group 'ada) 314 :type '(choice vector string) :group 'ada)
315 315
316(defcustom ada-search-directories 316(defcustom ada-search-directories
317 '("." "$ADA_INCLUDE_PATH" "/usr/adainclude" "/usr/local/adainclude" 317 '("." "$ADA_INCLUDE_PATH" "/usr/adainclude" "/usr/local/adainclude"