Procházet zdrojové kódy

Fix predicate

master
10sr před 6 roky
rodič
revize
109a25fdc4
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el Zobrazit soubor

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


Načítá se…
Zrušit
Uložit