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>
This commit is contained in:
Karl Hasselström 2006-10-22 17:02:42 -07:00 коммит произвёл Junio C Hamano
Родитель 1d6a003a42
Коммит b4aee09e61
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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.")