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

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

[elpa] externals/gnorb a0b039c 199/449: Probably shouldn't use assoc as


From: Stefan Monnier
Subject: [elpa] externals/gnorb a0b039c 199/449: Probably shouldn't use assoc as a symbol
Date: Fri, 27 Nov 2020 23:15:38 -0500 (EST)

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

    Probably shouldn't use assoc as a symbol
    
    * lisp/gnorb-org.el (gnorb-org-trigger-actions): Properly shadowed it
      wouldn't make a difference, but why take that chance?
---
 lisp/gnorb-org.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/gnorb-org.el b/lisp/gnorb-org.el
index 07f3d71..576e1fa 100644
--- a/lisp/gnorb-org.el
+++ b/lisp/gnorb-org.el
@@ -49,8 +49,8 @@ org-todo regardless of TODO type."
 (defcustom gnorb-org-trigger-actions
   '(("todo state" . todo)
     ("take note" . note)
-    ("don't associate" . no-assoc)
-    ("only associate" . assoc)
+    ("don't associate" . no-associate)
+    ("only associate" . associate)
     ("capture to child" . cap-child)
     ("capture to sibling" . cap-sib))
   "List of potential actions that can be taken on headings.



reply via email to

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