git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
1d6a003
)
ignore-errors requires cl
author
Karl Hasselström
<redacted>
Mon, 23 Oct 2006 00:02:42 +0000
(17:02 -0700)
committer
Junio C Hamano
<redacted>
Mon, 23 Oct 2006 08:13:49 +0000
(
01:13
-0700)
vc-git complains that it can't find the definition of ignore-errors
unless I (require 'cl). So I guess the correct place to do that is in
the file itself.
Signed-off-by: Karl Hasselström <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/emacs/vc-git.el
patch
|
blob
|
history
diff --git
a/contrib/emacs/vc-git.el
b/contrib/emacs/vc-git.el
index 80e767533a2f3c0c288f64533f3c73dd80c0d738..8b6361922fd6e6a2fcd9acb20fd54f5b645b36f0 100644
(file)
--- a/
contrib/emacs/vc-git.el
+++ b/
contrib/emacs/vc-git.el
@@
-33,6
+33,8
@@
;; - working with revisions other than HEAD
;;
+(eval-when-compile (require 'cl))
+
(defvar git-commits-coding-system 'utf-8
"Default coding system for git commits.")
git clone https://git.99rst.org/PROJECT