From: yamaoka Date: Mon, 1 Mar 1999 01:40:39 +0000 (+0000) Subject: * (save-buffer-as-coding-system): Abolished. It is given in APEL 9.13 by now. X-Git-Tag: semi-gnus-6_10_10~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d8dac9888623addb0a44b7d54c46c36762c39a2c;p=elisp%2Fgnus.git- * (save-buffer-as-coding-system): Abolished. It is given in APEL 9.13 by now. --- diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index d1b86d4..1864feb 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -2245,12 +2245,6 @@ If FORCE is non-nil, the .newsrc file is read." (setq gnus-newsrc-options-n out)))) -;; The following four lines will be deleted in the future. -(require 'poe) -(defun-maybe save-buffer-as-coding-system (coding-system &optional args) - (let ((coding-system-for-write coding-system)) - (save-buffer args))) - (defun gnus-save-newsrc-file (&optional force) "Save .newsrc file." ;; Note: We cannot save .newsrc file if all newsgroups are removed