浏览代码

Add comment

master
10sr 5 年前
父节点
当前提交
3bed7ae4a2
签署人:: 10sr GPG 密钥 ID: C384BB17CBB19347
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el 查看文件

@@ -749,6 +749,7 @@ found, otherwise returns nil."
(let* ((find (if (executable-find "bfs")
;; Breadth-first find https://github.com/tavianator/bfs
"bfs"
;; Use gfind if available?
"find"))
(findcmd (concat "set -eu; set -o pipefail; "
"echo .; "


正在加载...
取消
保存