branch: elpa/with-editor
commit 4fe66d4d55c8eacebda53a13cc38e01d32bdaaa2
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    Silence byte-compiler
    
    Closes #74.
---
 with-editor.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/with-editor.el b/with-editor.el
index 03fd979..aae1559 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -101,6 +101,7 @@
 (declare-function dired-get-filename 'dired)
 (declare-function term-emulate-terminal 'term)
 (defvar eshell-preoutput-filter-functions)
+(defvar git-commit-post-finish-hook)
 
 ;;; Options
 

Reply via email to