Pārlūkot izejas kodu

Refactor

master
10sr pirms 6 gadiem
vecāks
revīzija
48bcce6f89
Parakstījis: 10sr GPG atslēgas ID: 7BEC428194130EB2
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt