Browse Source

Make diff-goto-source autoload interactive

master
10sr 4 years ago
parent
commit
3a5860019d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -1572,7 +1572,7 @@ Otherwize hook it."




(setq diff-switches "-u") (setq diff-switches "-u")
(autoload 'diff-goto-source "diff-mode")
(autoload 'diff-goto-source "diff-mode" nil t)
(with-eval-after-load 'diff-mode (with-eval-after-load 'diff-mode
;; (when (and (eq major-mode ;; (when (and (eq major-mode
;; 'diff-mode) ;; 'diff-mode)


Loading…
Cancel
Save