Browse Source

Fix directory-files-recursively call

Samuel W. Flint 4 năm trước cách đây
mục cha
commit
bc84c2f79a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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."