aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-ediff.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/oni-ediff.el b/oni-ediff.el
index 1d6d860..33f7dcf 100644
--- a/oni-ediff.el
+++ b/oni-ediff.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.1113.093948
+;; Version: 2020.1130.123447
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -70,9 +70,7 @@
(expand-file-name fileB))
(add-hook 'ediff-cleanup-hook cleanup-function))
nil)
- (_
- (message "Got args: \"%s\"" (list files proc nowait))
- (funcall fun files proc nowait))))
+ (_ (funcall fun files proc nowait))))
;;;###autoload
(advice-add 'server-visit-files :around #'oni-ediff-server)