Przeglądaj źródła

Refactor

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

+ 3
- 2
emacs.el Wyświetl plik

@@ -2033,8 +2033,9 @@ Return that buffer."
(l (cl-loop for e in l
unless (file-in-directory-p path e)
collect e))
(l (recently-truncate (cons path
l)
(l (cons path
l))
(l (recently-truncate l
recently-max)))
(unless (equal recently-list
l)


Ładowanie…
Anuluj
Zapisz