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: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ada-xref.el
Date: Sun, 18 Sep 2005 08:31:29 -0400

Index: emacs/lisp/progmodes/ada-xref.el
diff -c emacs/lisp/progmodes/ada-xref.el:1.24 
emacs/lisp/progmodes/ada-xref.el:1.25
*** emacs/lisp/progmodes/ada-xref.el:1.24       Mon Aug  1 08:37:49 2005
--- emacs/lisp/progmodes/ada-xref.el    Sun Sep 18 12:31:27 2005
***************
*** 325,331 ****
        ;; Check if there is an environment variable with the same name
        (if (null value)
          (if (not (setq value (getenv name)))
!             (message (concat "No environment variable " name " found"))))
  
        (cond
         ((null value)
--- 325,331 ----
        ;; Check if there is an environment variable with the same name
        (if (null value)
          (if (not (setq value (getenv name)))
!             (message "%s" (concat "No environment variable " name " found"))))
  
        (cond
         ((null value)




reply via email to

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