Skip to content

Commit

Permalink
Make it compatible with older version of emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Feb 20, 2022
1 parent 1f7f714 commit 9182649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justl.el
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ NAME is the buffer name."
DIR represents the directory where search will be carried
out. The search will be performed recursively."
(let ((case-fold-search t))
(directory-files-recursively dir "justfile" nil nil nil)))
(directory-files-recursively dir "justfile")))

(defun justl--get-recipe-name (str)
"Compute the recipe name from the string STR."
Expand Down

0 comments on commit 9182649

Please sign in to comment.