emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/gnus-decoded 548c778: Don't add encoding cookie in


From: Eric Abrahamsen
Subject: [Emacs-diffs] scratch/gnus-decoded 548c778: Don't add encoding cookie in Gnus' active files
Date: Wed, 1 May 2019 11:20:58 -0400 (EDT)

branch: scratch/gnus-decoded
commit 548c778ee823388780182309b3ddd3678e518655
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    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 b110f91..a407dde 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]