소스 검색

Fix directory-files-recursively call

Samuel W. Flint 4 년 전
부모
커밋
bc84c2f79a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      term-sets.el

+ 1 - 1
term-sets.el

@@ -121,7 +121,7 @@
     (mapc #'(lambda (file)
               (buffer-sets-in-buffers-list term-sets-buffer-set
                                            (find-file file)))
-          (directory-files-recursively directory t ".\\.org$"))))
+          (directory-files-recursively directory ".\\.org$" t))))
 
 (defun term-sets-insinuate ()
   "Auto-read term-set variables if necessary."