1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

Message format spec fixes (commit 6)

This commit is contained in:
Deepak Goel 2005-09-18 12:37:20 +00:00
parent 8603cb4f3f
commit 8381614263
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -449,10 +449,10 @@ it from rmail file. Called for each new message retrieved by
(if rsf-autosave-newly-added-definitions
(progn
(custom-save-all)
(message (concat "added subject \n <<< \n" message-subject
(message "%s" (concat "added subject \n <<< \n" message-subject
" \n >>> \n to list of spam definitions. \n"
"and saved the spam definitions to file.")))
(message (concat "added subject \n <<< \n" message-subject
(message "%s" (concat "added subject \n <<< \n" message-subject
" \n >>> \n to list of spam definitions. \n"
"Don't forget to save the spam definitions to file using the spam
menu"))
@ -478,10 +478,10 @@ it from rmail file. Called for each new message retrieved by
(if rsf-autosave-newly-added-definitions
(progn
(custom-save-all)
(message (concat "added sender \n <<< \n" message-sender
(message "%s" (concat "added sender \n <<< \n" message-sender
" \n >>> \n to list of spam definitions. \n"
"and saved the spam definitions to file.")))
(message (concat "added sender \n <<< \n " message-sender
(message "%s" (concat "added sender \n <<< \n " message-sender
" \n >>> \n to list of spam definitions."
"Don't forget to save the spam definitions to file using the spam
menu"))
@ -521,10 +521,10 @@ Added to spam definitions as a contents field."
(if rsf-autosave-newly-added-definitions
(progn
(custom-save-all)
(message (concat "added highlighted text \n <<< \n" region-to-spam-list
(message "%s" (concat "added highlighted text \n <<< \n" region-to-spam-list
" \n >>> \n to list of spam definitions. \n"
"and saved the spam definitions to file.")))
(message (concat "added highlighted text \n <<< \n " region-to-spam-list
(message "%s" (concat "added highlighted text \n <<< \n " region-to-spam-list
" \n >>> \n to list of spam definitions."
"Don't forget to save the spam definitions to file using the
spam menu"))