* erc-stamp.el (erc-echo-timestamp):
[bpt/emacs.git] / lisp / gnus / ecomplete.el
index 42a7591..285aca4 100644 (file)
          nil)
       (if (not choose)
          (progn
-           (message matches)
+           (message "%s" matches)
            nil)
        (setq highlight (ecomplete-highlight-match-line matches line))
        (while (not (memq (setq command (read-event highlight)) '(? return)))