Skip to content

Commit b4aee09

Browse files
Karl HasselströmJunio C Hamano
authored andcommitted
ignore-errors requires cl
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 <kha@treskal.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 1d6a003 commit b4aee09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/emacs/vc-git.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
;; - working with revisions other than HEAD
3434
;;
3535

36+
(eval-when-compile (require 'cl))
37+
3638
(defvar git-commits-coding-system 'utf-8
3739
"Default coding system for git commits.")
3840

0 commit comments

Comments
 (0)