[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)
- [elpa] branch master updated (769f2f2 -> 0a73626), Leo Liu, 2014/04/05
- [elpa] 03/77: Fix error: wrong-type-argument number-or-marker-p nil,
Leo Liu <=
- [elpa] 02/77: Fix error when interprogram-cut-function unset, Leo Liu, 2014/04/05
- [elpa] 05/77: Call interprogram-cut-function in easy-kill-forward, Leo Liu, 2014/04/05
- [elpa] 01/77: Initial commit, Leo Liu, 2014/04/05
- [elpa] 07/77: Rename easy-kill-forward/backward to easy-kill-enlarge/shrink, Leo Liu, 2014/04/05
- [elpa] 08/77: Give overlay by easy-kill-candidate higher priority, Leo Liu, 2014/04/05
- [elpa] 06/77: Various bug fixes and improvements, Leo Liu, 2014/04/05
- [elpa] 09/77: Restore the ability to inspect char properties for URLs, Leo Liu, 2014/04/05
- [elpa] 04/77: Use overlay for storing kill candidate and change +/-, Leo Liu, 2014/04/05
- [elpa] 11/77: Minor tweaks to easy-kill-on-url, Leo Liu, 2014/04/05
- [elpa] 12/77: Tweak the definition of thing `region', Leo Liu, 2014/04/05