Mercurial > emacs
changeset 35182:fcdd43bc1c33
(ada-popup-key): Fix :type.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 09 Jan 2001 16:34:51 +0000 |
parents | 62f469e476eb |
children | cc2a06489f0d |
files | lisp/progmodes/ada-mode.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/ada-mode.el Tue Jan 09 15:25:35 2001 +0000 +++ b/lisp/progmodes/ada-mode.el Tue Jan 09 16:34:51 2001 +0000 @@ -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 @@ (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"