emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/gnus-decoded 1d4863a: Default nnmail-active-file-c


From: Eric Abrahamsen
Subject: [Emacs-diffs] scratch/gnus-decoded 1d4863a: Default nnmail-active-file-coding-system to utf-8-emacs
Date: Tue, 30 Apr 2019 14:06:06 -0400 (EDT)

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

    Default nnmail-active-file-coding-system to utf-8-emacs
    
    * lisp/gnus/nnmail.el (nnmail-active-file-coding-system): Read and
      write as utf-8-emacs.
---
 lisp/gnus/nnmail.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el
index e21db29..52f56f2 100644
--- a/lisp/gnus/nnmail.el
+++ b/lisp/gnus/nnmail.el
@@ -676,7 +676,7 @@ nn*-request-list should have been called before calling 
this function."
       (forward-line 1))
     group-assoc))
 
-(defcustom nnmail-active-file-coding-system 'undecided
+(defcustom nnmail-active-file-coding-system 'utf-8-emacs
   "Coding system for active file."
   :group 'nnmail-various
   :type 'coding-system)



reply via email to

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