Explorar el Código

Add comment

master
10sr hace 5 años
padre
commit
3bed7ae4a2
Firmado por: 10sr ID de clave GPG: C384BB17CBB19347
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el Ver fichero

@@ -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 .; "


Cargando…
Cancelar
Guardar