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

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

[elpa] 03/77: Fix error: wrong-type-argument number-or-marker-p nil


From: Leo Liu
Subject: [elpa] 03/77: Fix error: wrong-type-argument number-or-marker-p nil
Date: Sat, 05 Apr 2014 04:08:09 +0000

leoliu pushed a commit to branch master
in repository elpa.

commit 16a35a8f3df23e42d809e201e7d242a458fb8e4e
Author: Leo Liu <address@hidden>
Date:   Thu Oct 3 22:03:27 2013 +0800

    Fix error: wrong-type-argument number-or-marker-p nil
---
 easy-kill.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/easy-kill.el b/easy-kill.el
index 2bd0c17..1d666f1 100644
--- a/easy-kill.el
+++ b/easy-kill.el
@@ -159,6 +159,7 @@ It inspects char properties `help-echo', `shr-url' and
          (or (let ((cmd (lookup-key map (this-command-keys))))
                (eq this-command
                    (if (and (numberp cmd)
+                            universal-argument-num-events
                             (> (length (this-command-keys))
                                universal-argument-num-events))
                        (lookup-key map (substring (this-command-keys)



reply via email to

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