summaryrefslogtreecommitdiff
path: root/lisp/ibuf-macs.el
diff options
context:
space:
mode:
authorDeepak Goel <deego@gnufans.org>2005-09-18 12:25:02 +0000
committerDeepak Goel <deego@gnufans.org>2005-09-18 12:25:02 +0000
commit8a26c16552f49f7a61e1e338952110b59e5b2664 (patch)
tree573b8698befa710db88672563a1714bbed3e0f0a /lisp/ibuf-macs.el
parentbe9bb408d2f2e063cc4606cbaa04912a45719efe (diff)
downloademacs-8a26c16552f49f7a61e1e338952110b59e5b2664.tar.gz
Message format spec fixes (1)
Diffstat (limited to 'lisp/ibuf-macs.el')
-rw-r--r--lisp/ibuf-macs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ibuf-macs.el b/lisp/ibuf-macs.el
index 5274e3173ef..3e814d4770f 100644
--- a/lisp/ibuf-macs.el
+++ b/lisp/ibuf-macs.el
@@ -281,7 +281,7 @@ bound to the current value of the filter.
,(concat (or documentation "This filter is not documented."))
(interactive (list ,reader))
(ibuffer-push-filter (cons ',name qualifier))
- (message
+ (message "%s"
(format ,(concat (format "Filter by %s added: " description)
" %s")
qualifier))