Auto commit: /home/guests/verron/Development/git-auto-commit-mode/git-auto-commit-mode.el

This commit is contained in:
Thibaut Verron 2019-11-21 13:07:48 +01:00
parent a597d6920a
commit 392ca73178

View file

@ -140,7 +140,7 @@ Default to FILENAME."
(if (not gac-ask-for-summary-p)
(if gac-default-message
(if (functionp gac-default-message)
(gac-default-message)
(funcall gac-default-message filename)
gac-default-message)
relative-filename)
(or gac-default-message relative-filename)