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

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

[elpa] master 8fa97ee: [gnorb] Use characterp, not numberp, for testing


From: Eric Abrahamsen
Subject: [elpa] master 8fa97ee: [gnorb] Use characterp, not numberp, for testing register key
Date: Mon, 21 Oct 2019 20:45:17 -0400 (EDT)

branch: master
commit 8fa97ee39efec16043200a4d798b38f7ccef640e
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    [gnorb] Use characterp, not numberp, for testing register key
    
    * packages/gnorb/gnorb-gnus.el (gnorb-gnus-incoming-do-todo): It will
    only be valid as a register key if it's a character.
---
 packages/gnorb/gnorb-gnus.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/gnorb/gnorb-gnus.el b/packages/gnorb/gnorb-gnus.el
index ff69220..87fabf0 100644
--- a/packages/gnorb/gnorb-gnus.el
+++ b/packages/gnorb/gnorb-gnus.el
@@ -622,7 +622,7 @@ you'll stay in the Gnus summary buffer."
            (delete-other-windows)
            (gnorb-trigger-todo-action nil targ)
            (when gnorb-gnus-copy-message-text
-             (if (numberp gnorb-gnus-copy-message-text)
+             (if (characterp gnorb-gnus-copy-message-text)
                  (with-temp-buffer
                    (insert text)
                    (copy-to-register



reply via email to

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