emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/ada-xref.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ada-xref.el
Date: Tue, 29 Jun 2004 09:16:31 -0400

Index: emacs/lisp/progmodes/ada-xref.el
diff -c emacs/lisp/progmodes/ada-xref.el:1.17 
emacs/lisp/progmodes/ada-xref.el:1.18
*** emacs/lisp/progmodes/ada-xref.el:1.17       Mon Sep  1 15:45:34 2003
--- emacs/lisp/progmodes/ada-xref.el    Tue Jun 29 13:01:14 2004
***************
*** 143,149 ****
  
  (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.")
  
  (defcustom ada-xref-search-with-egrep t
    "*If non-nil, use egrep to find the possible declarations for an entity.
--- 143,150 ----
  
  (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."
!   :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,517 ****
                            (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)))
  
  
--- 507,518 ----
                            (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)))
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]