Skip to content

Commit

Permalink
ignore-errors requires cl
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Karl Hasselström authored and Junio C Hamano committed Oct 23, 2006
1 parent 1d6a003 commit b4aee09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/emacs/vc-git.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

Expand Down

0 comments on commit b4aee09

Please sign in to comment.