Explorar el Código

Fix predicate

master
10sr hace 6 años
padre
commit
109a25fdc4
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el Ver fichero

@@ -2024,8 +2024,8 @@ Return that buffer."
(cl-assert (string= path
(expand-file-name path)))
(when (cl-loop for re in recently-excludes
if (string-match re path) return t
finally return nil)
if (string-match re path) return nil
finally return t)
(recently-reload)
(let* ((l (copy-list recently-list))
(l (delete path


Cargando…
Cancelar
Guardar