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

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

[elpa] externals/gnorb d0d196f 222/449: Check prefix arg correctly


From: Stefan Monnier
Subject: [elpa] externals/gnorb d0d196f 222/449: Check prefix arg correctly
Date: Fri, 27 Nov 2020 23:15:43 -0500 (EST)

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

    Check prefix arg correctly
    
    * lisp/gnorb-registry.el (gnorb-registry-transition-from-props): Use
      equal instead of eq.
---
 lisp/gnorb-registry.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnorb-registry.el b/lisp/gnorb-registry.el
index 21e5410..71b7f20 100644
--- a/lisp/gnorb-registry.el
+++ b/lisp/gnorb-registry.el
@@ -181,7 +181,7 @@ your Org files."
      'agenda 'archive 'comment)
     (message "Collecting all relevant Org headings, this could take a while... 
done")
     ;; Delete the properties if the user has asked us to do so.
-    (if (eq arg '(4))
+    (if (equal arg '(4))
        (progn
          (dolist (f (org-agenda-files))
            (with-current-buffer (get-file-buffer f)



reply via email to

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