X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fnnmbox.el;h=c3a59318a700576da489c9bc09eeccf4c409189c;hb=e2696774a2e225ea60d46cc665d4232c80412731;hp=efa5e5add9523fe927edf5ca73895306527dd8be;hpb=04ba5250e9e47ebe40860a0902d4ef6405ca143f;p=elisp%2Fgnus.git- diff --git a/lisp/nnmbox.el b/lisp/nnmbox.el index efa5e5a..c3a5931 100644 --- a/lisp/nnmbox.el +++ b/lisp/nnmbox.el @@ -190,9 +190,8 @@ (car active) (cdr active) group))))) (defun nnmbox-save-buffer () - (let* ((coding-system-for-write (or nnmbox-file-coding-system-for-write - nnmbox-file-coding-system)) - (output-coding-system coding-system-for-write)) + (let ((coding-system-for-write (or nnmbox-file-coding-system-for-write + nnmbox-file-coding-system))) (save-buffer))) (defun nnmbox-save-active (group-alist active-file)