]> code.delx.au - gnu-emacs/blobdiff - lisp/ibuf-macs.el
Typo.
[gnu-emacs] / lisp / ibuf-macs.el
index 5274e3173efc8c4289c3d7a55158b182289c03ce..38fee1b56c1a6ba37e9b08b9a0ddbed7eb54050e 100644 (file)
@@ -1,7 +1,7 @@
 ;;; ibuf-macs.el --- macros for ibuffer
 
 ;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;;   2005 Free Software Foundation, Inc.
+;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Colin Walters <walters@verbum.org>
 ;; Maintainer: John Paul Wallington <jpw@gnu.org>
@@ -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))