ソースを参照

Fix to use cl-assert

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

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

@@ -1853,7 +1853,7 @@ and search from projectile root (if projectile is available)."
(defun recently-write ()
"Write to file."
;; Failsafe to avoid purging all existing entries
(assert recently-list)
(cl-assert recently-list)
(with-temp-buffer
(prin1 recently-list
(current-buffer))
@@ -1895,7 +1895,7 @@ read."
if (string-match re path) return nil
finally return t)
(recently-reload)
(let* ((l (copy-list recently-list))
(let* ((l (cl-copy-list recently-list))
(l (delete path
l))
(l (cl-loop for e in l


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