From: Eric Abrahamsen Date: Wed, 1 May 2019 15:20:32 +0000 (-0700) Subject: Don't add encoding cookie in Gnus' active files X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=548c778ee823388780182309b3ddd3678e518655;p=emacs.git Don't add encoding cookie in Gnus' active files * lisp/gnus/gnus-util.el (gnus-write-active-file): This doesn't do what I thought it would do. --- diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el index b110f91f1e7..a407dde3dce 100644 --- a/lisp/gnus/gnus-util.el +++ b/lisp/gnus/gnus-util.el @@ -1178,7 +1178,6 @@ ARG is passed to the first function." (defun gnus-write-active-file (file hashtb &optional full-names) (let ((coding-system-for-write nnmail-active-file-coding-system)) (with-temp-file file - (insert (format ";; -*- encoding: %s; -*-\n\n" coding-system-for-write)) (maphash (lambda (group active) (when active