1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00

Remove more XEmacs compat functions from gnus-util.el

* lisp/gnus/gnus-util.el (gnus-put-display-table): Remove.
(gnus-get-display-table): Remove.
(gnus-format-message): Remove.
This commit is contained in:
Lars Ingebrigtsen 2016-02-11 16:45:02 +11:00
parent fd8d344fc9
commit efbaf95619
15 changed files with 27 additions and 53 deletions

View file

@ -2188,7 +2188,7 @@ contains a valid encoded word. Decode again? "
(unless cs-coding
(setq cs-coding
(mm-read-coding-system
(gnus-format-message "\
(format-message "\
Decoded Subject \"%s\"
contains an encoded word. The charset `%s' is unknown or invalid.
Hit RET to replace non-decodable characters with \"%s\" or enter replacement
@ -4459,7 +4459,7 @@ This function could be useful in `message-setup-hook'."
(dolist (bog (message-bogus-recipient-p addr))
(and bog
(not (y-or-n-p
(gnus-format-message
(format-message
"Address `%s'%s might be bogus. Continue? "
bog
;; If the encoded version of the email address
@ -8482,7 +8482,7 @@ Header and body are separated by `mail-header-separator'."
(when force
(sit-for message-send-form-letter-delay))
(if (or force
(y-or-n-p (gnus-format-message "Send message to `%s'? " to)))
(y-or-n-p (format-message "Send message to `%s'? " to)))
(progn
(setq sent (1+ sent))
(message-send-and-exit))