Remove debugging statement
This commit is contained in:
parent
8280bce15c
commit
af077d1e03
1 changed files with 2 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.1113.093948
|
;; Version: 2020.1130.123447
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; 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
|
;; it under the terms of the GNU General Public License as published by
|
||||||
|
@ -70,9 +70,7 @@
|
||||||
(expand-file-name fileB))
|
(expand-file-name fileB))
|
||||||
(add-hook 'ediff-cleanup-hook cleanup-function))
|
(add-hook 'ediff-cleanup-hook cleanup-function))
|
||||||
nil)
|
nil)
|
||||||
(_
|
(_ (funcall fun files proc nowait))))
|
||||||
(message "Got args: \"%s\"" (list files proc nowait))
|
|
||||||
(funcall fun files proc nowait))))
|
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(advice-add 'server-visit-files :around #'oni-ediff-server)
|
(advice-add 'server-visit-files :around #'oni-ediff-server)
|
||||||
|
|
Loading…
Reference in a new issue