summaryrefslogtreecommitdiff
path: root/lisp/progmodes/idlwave.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/idlwave.el
parent5673af85e4a427c550b5a85825340250bfa36c9c (diff)
downloademacs-29a4e67d88be7ea5b8ba6a2164c2dc9771bcd7ab.tar.gz
Message format fixes, commit no. 3
Diffstat (limited to 'lisp/progmodes/idlwave.el')
-rw-r--r--lisp/progmodes/idlwave.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el
index 0f1ea571a85..ce689847e9c 100644
--- a/lisp/progmodes/idlwave.el
+++ b/lisp/progmodes/idlwave.el
@@ -3995,7 +3995,7 @@ you specify /."
;; Call etags
(if (not (string-match "^[ \\t]*$" item))
(progn
- (message (concat "Tagging " item "..."))
+ (message "%s" (concat "Tagging " item "..."))
(setq errbuf (get-buffer-create "*idltags-error*"))
(setq status (+ status
(if (eq 0 (call-process
@@ -5188,7 +5188,7 @@ be set to nil to disable library catalog scanning."
message-base
(not (string= idlwave-library-catalog-libname
old-libname)))
- (message (concat message-base
+ (message "%s" (concat message-base
idlwave-library-catalog-libname))
(setq old-libname idlwave-library-catalog-libname))
(when idlwave-library-catalog-routines