Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2bef3a39
Commit
2bef3a39
authored
Jan 09, 2001
by
Dave Love
Browse files
(ada-popup-key): Fix :type.
parent
61520f26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/progmodes/ada-mode.el
lisp/progmodes/ada-mode.el
+2
-2
No files found.
lisp/progmodes/ada-mode.el
View file @
2bef3a39
...
...
@@ -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.3
5
$
;; Ada Core Technologies's version: $Revision: 1.3
6
$
;; 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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment