From 3a5860019d50817587f785ed227451df124d69cd Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 22 Jan 2020 21:23:13 +0900 Subject: [PATCH] Make diff-goto-source autoload interactive --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index a213c18..6b80cf2 100644 --- a/emacs.el +++ b/emacs.el @@ -1572,7 +1572,7 @@ Otherwize hook it." (setq diff-switches "-u") -(autoload 'diff-goto-source "diff-mode") +(autoload 'diff-goto-source "diff-mode" nil t) (with-eval-after-load 'diff-mode ;; (when (and (eq major-mode ;; 'diff-mode)