]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't add encoding cookie in Gnus' active files
authorEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 1 May 2019 15:20:32 +0000 (08:20 -0700)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 1 May 2019 15:20:32 +0000 (08:20 -0700)
* lisp/gnus/gnus-util.el (gnus-write-active-file): This doesn't do
  what I thought it would do.

lisp/gnus/gnus-util.el

index b110f91f1e713229ddf284cc1a42b07f382b9778..a407dde3dce9dcb8fcfe68aa653b90c0d779f7dc 100644 (file)
@@ -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