From 548c778ee823388780182309b3ddd3678e518655 Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Wed, 1 May 2019 08:20:32 -0700 Subject: [PATCH] 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. --- lisp/gnus/gnus-util.el | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5