소스 검색

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


불러오는 중...
취소
저장