summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ada-xref.el
diff options
context:
space:
mode:
authorDeepak Goel <deego@gnufans.org>2005-09-18 12:31:28 +0000
committerDeepak Goel <deego@gnufans.org>2005-09-18 12:31:28 +0000
commit29a4e67d88be7ea5b8ba6a2164c2dc9771bcd7ab (patch)
treeb0b5281e027e49f576c9bfcff58da0d4e7025fed /lisp/progmodes/ada-xref.el
parent5673af85e4a427c550b5a85825340250bfa36c9c (diff)
downloademacs-29a4e67d88be7ea5b8ba6a2164c2dc9771bcd7ab.tar.gz
Message format fixes, commit no. 3
Diffstat (limited to 'lisp/progmodes/ada-xref.el')
-rw-r--r--lisp/progmodes/ada-xref.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ada-xref.el b/lisp/progmodes/ada-xref.el
index 74b5694e8c3..241296d8f67 100644
--- a/lisp/progmodes/ada-xref.el
+++ b/lisp/progmodes/ada-xref.el
@@ -325,7 +325,7 @@ replaced by the name including the extension."
;; 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"))))
+ (message "%s" (concat "No environment variable " name " found"))))
(cond
((null value)