# HG changeset patch # User Kim F. Storm # Date 1088514074 0 # Node ID dc1d86b8bbbee7b164da3d7b3313571130341753 # Parent 9d529d2aac14677fba98cdc26c5f1b6bc6034dc6 (ada-tight-gvd-integration): Add :group 'ada. diff -r 9d529d2aac14 -r dc1d86b8bbbe lisp/progmodes/ada-xref.el --- a/lisp/progmodes/ada-xref.el Tue Jun 29 13:00:49 2004 +0000 +++ b/lisp/progmodes/ada-xref.el Tue Jun 29 13:01:14 2004 +0000 @@ -143,7 +143,8 @@ (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 @@ (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)))