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

@ -164,7 +164,7 @@ If CONFIRM is non-nil, the user will be asked for an NNTP server."
(gnus-open-server gnus-select-method)
gnus-batch-mode
(gnus-y-or-n-p
(gnus-format-message
(format-message
"%s (%s) open error: `%s'. Continue? "
(car gnus-select-method) (cadr gnus-select-method)
(gnus-status-message gnus-select-method)))