Przeglądaj źródła

Refactor

master
10sr 6 lat temu
rodzic
commit
48bcce6f89
Podpisane przez: 10sr ID klucza GPG: 7BEC428194130EB2
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz