emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 25487b9 2/3: Remove call to string-as-unibyte from


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 25487b9 2/3: Remove call to string-as-unibyte from nnmail
Date: Sat, 14 Apr 2018 18:24:21 -0400 (EDT)

branch: master
commit 25487b921b9a24eeed0c1a4e9bcc5043845f0f20
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Remove call to string-as-unibyte from nnmail
    
    * lisp/gnus/nnmail.el (nnmail-parse-active): Remove call to
    string-as-unibyte; the alist before and after the change are
    `equal' to each other, so it should presumably have no impact.
---
 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 aa909cc..249bd65 100644
--- a/lisp/gnus/nnmail.el
+++ b/lisp/gnus/nnmail.el
@@ -666,7 +666,7 @@ nn*-request-list should have been called before calling 
this function."
              (setq group (symbol-name group)))
            (if (and (numberp (setq max (read buffer)))
                     (numberp (setq min (read buffer))))
-               (push (list (string-as-unibyte group) (cons min max))
+               (push (list group (cons min max))
                      group-assoc)))
        (error nil))
       (widen)



reply via email to

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