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

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

[elpa] externals/gnorb 5f96b98 167/449: Stupid typo


From: Stefan Monnier
Subject: [elpa] externals/gnorb 5f96b98 167/449: Stupid typo
Date: Fri, 27 Nov 2020 23:15:31 -0500 (EST)

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

    Stupid typo
    
    * lisp/gnorb-gnus.el (gnorb-gnus-make-registry-entry): It's "group", not
      "gcc"
---
 lisp/gnorb-gnus.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnorb-gnus.el b/lisp/gnorb-gnus.el
index 044694b..c918465 100644
--- a/lisp/gnorb-gnus.el
+++ b/lisp/gnorb-gnus.el
@@ -277,7 +277,7 @@ sent. Save the relevant Org ids in the 'gnorb-ids key."
     (gnus-registry-set-id-key msg-id 'gnorb-ids (if (stringp org-id)
                                                    (list org-id)
                                                  org-id))
-    (gnus-registry-set-id-key msg-id 'group (list gcc))))
+    (gnus-registry-set-id-key msg-id 'group (list group))))
 
 (defun gnorb-gnus-check-outgoing-headers ()
   "Save the value of the `gnorb-mail-header' for the current



reply via email to

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