emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/gnorb 093c4ed 185/449: Spurious 'g'


From: Stefan Monnier
Subject: [elpa] externals/gnorb 093c4ed 185/449: Spurious 'g'
Date: Fri, 27 Nov 2020 23:15:35 -0500 (EST)

branch: externals/gnorb
commit 093c4ed370620dc350a291aecf943c29b5d4ca34
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Spurious 'g'
    
    * lisp/gnorb-org.el (gnorb-org-handle-mail): No idea how that got in there.
---
 lisp/gnorb-org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnorb-org.el b/lisp/gnorb-org.el
index e064fc2..0122328 100644
--- a/lisp/gnorb-org.el
+++ b/lisp/gnorb-org.el
@@ -534,7 +534,7 @@ current heading."
               (message-mode-hook (copy-sequence message-mode-hook))
               mails)
          (when file
-           (cons g file attachments))
+           (cons file attachments))
          (when recs
            (setq recs
                  (delete nil



reply via email to

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