Explorar el Código

Refactor

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

+ 3
- 3
emacs.el Ver fichero

@@ -2035,14 +2035,14 @@ Return that buffer."
collect e))
(l (cons path
l))
(l (recently-truncate l
recently-max)))
(l (recently--truncate l
recently-max)))
(unless (equal recently-list
l)
(setq recently-list l)
(recently-write)))))

(defun recently-truncate (list len)
(defun recently--truncate (list len)
"Truncate LIST to LEN."
(if (> (length list)
len)


Cargando…
Cancelar
Guardar