diff options
author | Deepak Goel <deego@gnufans.org> | 2005-09-18 12:37:20 +0000 |
---|---|---|
committer | Deepak Goel <deego@gnufans.org> | 2005-09-18 12:37:20 +0000 |
commit | 8381614263ceb53ebe900128ab0aefae0cf8e476 (patch) | |
tree | f05c3c3f9ba218f2e3fff2d9e8ed49155fc7f49f /lisp/mail/feedmail.el | |
parent | 8603cb4f3f6ecf1f4b4a0ef24b1e26c5e1075e73 (diff) | |
download | emacs-8381614263ceb53ebe900128ab0aefae0cf8e476.tar.gz |
Message format spec fixes (commit 6)
Diffstat (limited to 'lisp/mail/feedmail.el')
-rw-r--r-- | lisp/mail/feedmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index 7c7265ac8c9..d8740c036f2 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el @@ -1943,7 +1943,7 @@ mapped to mostly alphanumerics for safety." (file-exists-p a-s-file-name) (delete-file a-s-file-name)))) (if feedmail-queue-chatty - (progn (message (concat "FQM: Queued in " filename)) + (progn (message "%s" (concat "FQM: Queued in " filename)) (sit-for feedmail-queue-chatty-sit-for))) (if feedmail-queue-chatty (progn |