10sr hace 5 años
padre
commit
4e9e3f539e
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver fichero

@@ -2079,7 +2079,7 @@ initializing."
:buffer buffer :buffer buffer
:checker checker)))) :checker checker))))
(goto-char (point-min)) (goto-char (point-min))
(when (re-search-forward "^error: cannot format .*$" nil t)
(when (re-search-forward "^error: .*$" nil t)
(setq reslt (list (flycheck-error-new-at (setq reslt (list (flycheck-error-new-at
(point-max) (point-max)
nil nil


Cargando…
Cancelar
Guardar