helm: Add link to discussion around helm-locate-meta

master
Pierre Neidhardt 2018-02-07 10:30:15 +01:00
parent 6f921859f9
commit a85124873d
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ Requires `call-process-to-string' from `functions'."
(unless (executable-find "locate")
(setq helm-locate-recursive-dirs-command "find %s -type d -regex .*%s.*$"))
;; See https://github.com/emacs-helm/helm/issues/1962.
(defun helm-locate-create-or-update-db (db root &optional update)
"See `helm-locate-meta'."
(let ((was-missing (not (file-exists-p db))))