diff options
author | Kim F. Storm <storm@cua.dk> | 2004-06-29 13:01:14 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2004-06-29 13:01:14 +0000 |
commit | 7549786255d7bb076ee7d079c39b529f815dc9c3 (patch) | |
tree | 53afaab2f1dcd4e7593bac0521ae691c09f74a19 /lisp/progmodes/ada-xref.el | |
parent | d30bef645454b02eef96f408c578c4e235c1d020 (diff) | |
download | emacs-7549786255d7bb076ee7d079c39b529f815dc9c3.tar.gz emacs-7549786255d7bb076ee7d079c39b529f815dc9c3.tar.bz2 emacs-7549786255d7bb076ee7d079c39b529f815dc9c3.zip |
(ada-tight-gvd-integration): Add :group 'ada.
Diffstat (limited to 'lisp/progmodes/ada-xref.el')
-rw-r--r-- | lisp/progmodes/ada-xref.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/progmodes/ada-xref.el b/lisp/progmodes/ada-xref.el index c7b5717a1bb..c9bfbd76c23 100644 --- a/lisp/progmodes/ada-xref.el +++ b/lisp/progmodes/ada-xref.el @@ -143,7 +143,8 @@ Otherwise, ask the user for the name of the project file to use." (defcustom ada-tight-gvd-integration nil "*If non-nil, a new Emacs frame will be swallowed in GVD when debugging. -If GVD is not the debugger used, nothing happens.") +If GVD is not the debugger used, nothing happens." + :type 'boolean :group 'ada) (defcustom ada-xref-search-with-egrep t "*If non-nil, use egrep to find the possible declarations for an entity. @@ -506,12 +507,12 @@ All the directories are returned as absolute directories." (equal ada-prj-default-project-file (car x)) )))) - + ;; Parses all the known project files, and insert at ;; least the default one (in case ;; ada-xref-project-files is nil) (or ada-xref-project-files '(nil)))))) - + (easy-menu-add-item ada-mode-menu '() submenu))) |