ソースを参照

Refactor

master
10sr 6年前
コミット
48bcce6f89
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el ファイルの表示

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


読み込み中…
キャンセル
保存