Explorar el Código

Make diff-goto-source autoload interactive

master
10sr hace 4 años
padre
commit
3a5860019d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver fichero

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


Cargando…
Cancelar
Guardar