diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-11 16:45:02 +1100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-11 16:45:02 +1100 |
commit | efbaf95619cad8b9dc911c0393a004f225d44cec (patch) | |
tree | 0fd0bd76c5251286e1ebd39d318f00f6926ef772 /lisp/gnus/spam-report.el | |
parent | fd8d344fc9164accd2d69683f8aee32b2a87b647 (diff) | |
download | emacs-efbaf95619cad8b9dc911c0393a004f225d44cec.tar.gz emacs-efbaf95619cad8b9dc911c0393a004f225d44cec.tar.bz2 emacs-efbaf95619cad8b9dc911c0393a004f225d44cec.zip |
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.
Diffstat (limited to 'lisp/gnus/spam-report.el')
-rw-r--r-- | lisp/gnus/spam-report.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/spam-report.el b/lisp/gnus/spam-report.el index 7ebff197b2b..722186ed702 100644 --- a/lisp/gnus/spam-report.el +++ b/lisp/gnus/spam-report.el @@ -307,7 +307,7 @@ symbol `ask', query before flushing the queue file." (if (or (eq keep nil) (and (eq keep 'ask) (y-or-n-p - (gnus-format-message + (format-message "Flush requests from `%s'? " (current-buffer))))) (progn (gnus-message 7 "Flushing request file `%s'" |