leoliu pushed a commit to branch master
in repository elpa.

commit 16a35a8f3df23e42d809e201e7d242a458fb8e4e
Author: Leo Liu <sdl....@gmail.com>
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