Ver código fonte

Make diff-goto-source autoload interactive

master
10sr 4 anos atrás
pai
commit
3a5860019d
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver arquivo

@@ -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)


Carregando…
Cancelar
Salvar