* erc-stamp.el (erc-echo-timestamp):
[bpt/emacs.git] / lisp / erc / erc-stamp.el
index 64b0405..ae9bb51 100644 (file)
@@ -412,8 +412,8 @@ NOW is position of point currently."
   (when erc-echo-timestamps
     (let ((stamp (get-text-property now 'timestamp)))
       (when stamp
-       (message (format-time-string erc-echo-timestamp-format
-                                    stamp))))))
+       (message "%s" (format-time-string erc-echo-timestamp-format
+                                         stamp))))))
 
 (provide 'erc-stamp)