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

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

[elpa] externals/gnorb 09679fa 287/449: Misspelled function name


From: Stefan Monnier
Subject: [elpa] externals/gnorb 09679fa 287/449: Misspelled function name
Date: Fri, 27 Nov 2020 23:15:57 -0500 (EST)

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

    Misspelled function name
    
    * gnorb-registry.el (gnorb-delete-all-associations): Renamed from
      `gnorb-delete-all-assocations'.
---
 gnorb-registry.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnorb-registry.el b/gnorb-registry.el
index dd72ff5..bd2e07a 100644
--- a/gnorb-registry.el
+++ b/gnorb-registry.el
@@ -149,7 +149,7 @@ the MSG-ID."
       (gnus-registry-set-id-key msg-id 'gnorb-ids
                                (remove org-id org-ids)))))
 
-(defun gnorb-delete-all-assocations (org-id)
+(defun gnorb-delete-all-associations (org-id)
   "Delete all message associations for an Org heading.
 
 The heading is identified by ORG-ID. This is suitable for use



reply via email to

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