From 891b852fd8f66a2af9a11e930d16dcb5f07af7f6 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 2 Dec 2019 14:22:29 +0900 Subject: [PATCH] Add diff-goto-source autoload --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 6c86cd1..2a84337 100644 --- a/emacs.el +++ b/emacs.el @@ -1493,6 +1493,7 @@ found, otherwise returns nil." (setq diff-switches "-u") +(autoload 'diff-goto-source "diff-mode") (with-eval-after-load 'diff-mode ;; (when (and (eq major-mode ;; 'diff-mode)