emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 8ec4ce04b5 2/2: Fix helm-locate-db-file-regexp


From: ELPA Syncer
Subject: [nongnu] elpa/helm 8ec4ce04b5 2/2: Fix helm-locate-db-file-regexp
Date: Fri, 3 Jun 2022 05:58:31 -0400 (EDT)

branch: elpa/helm
commit 8ec4ce04b54c5f681161ac9f566dc4e9a7429802
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix helm-locate-db-file-regexp
---
 helm-locate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-locate.el b/helm-locate.el
index 911c385b3d..6aff2b4321 100644
--- a/helm-locate.el
+++ b/helm-locate.el
@@ -34,7 +34,7 @@
   "Locate related Applications and libraries for Helm."
   :group 'helm)
 
-(defcustom helm-locate-db-file-regexp "m?locate\.db$"
+(defcustom helm-locate-db-file-regexp "m?locate\\.db$"
   "Default regexp to match locate database.
 If nil Search in all files."
   :type  'string



reply via email to

[Prev in Thread] Current Thread [Next in Thread]