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

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

[elpa] externals/gnorb 73af267 340/449: Remove cruft in gnorb-registry-t


From: Stefan Monnier
Subject: [elpa] externals/gnorb 73af267 340/449: Remove cruft in gnorb-registry-transition-from-props
Date: Fri, 27 Nov 2020 23:16:07 -0500 (EST)

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

    Remove cruft in gnorb-registry-transition-from-props
    
    * gnorb-registry.el (gnorb-registry-transition-from-props): Obviously
      no one has used this, and the chances that anyone will continue to
      shrink, but this was still a stupid error.
---
 gnorb-registry.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnorb-registry.el b/gnorb-registry.el
index 9220565..3ef1486 100644
--- a/gnorb-registry.el
+++ b/gnorb-registry.el
@@ -280,7 +280,7 @@ your Org files."
        (let ((id (org-id-get))
             (props (org-entry-get-multivalued-property
               (point) gnorb-org-msg-id-key))
-            links group id)
+            links group)
        (when props
          ;; If the property is set, we should probably assume that any
          ;; Gnus links in the subtree are relevant, and should also be
@@ -293,7 +293,6 @@ your Org files."
             (cl-second (split-string l "#")) nil nil
             id (cl-first (split-string l "#"))))
          (dolist (p props)
-           (setq id )
            (gnorb-registry-make-entry p nil nil id nil)
            ;; This function will try to find the group for the message
            ;; and set that value on the registry entry if it can find



reply via email to

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