From dc3fdee40740be8a6a8592c5998ed1ace341a534 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 7 Dec 2018 14:30:05 +0900 Subject: [PATCH] Fix to use cl-assert --- emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index 65a73ce..00f60df 100644 --- a/emacs.el +++ b/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