зеркало из https://github.com/microsoft/git.git
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>
This commit is contained in:
Родитель
1d6a003a42
Коммит
b4aee09e61
|
@ -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.")
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче