瀏覽代碼

Fix predicate

master
10sr 6 年之前
父節點
當前提交
109a25fdc4
簽署人: 10sr GPG Key ID: 7BEC428194130EB2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el 查看文件

@@ -2024,8 +2024,8 @@ Return that buffer."
(cl-assert (string= path
(expand-file-name path)))
(when (cl-loop for re in recently-excludes
if (string-match re path) return t
finally return nil)
if (string-match re path) return nil
finally return t)
(recently-reload)
(let* ((l (copy-list recently-list))
(l (delete path


Loading…
取消
儲存