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

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

[elpa] master 9ce9e4e 090/399: counsel.el (counsel-compile-phony-pattern


From: Oleh Krehel
Subject: [elpa] master 9ce9e4e 090/399: counsel.el (counsel-compile-phony-pattern): Fixup
Date: Sat, 20 Jul 2019 14:56:55 -0400 (EDT)

branch: master
commit 9ce9e4ef5a0e00e880e9066f4a5c77817831ca61
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    counsel.el (counsel-compile-phony-pattern): Fixup
    
    Thanks, @basil-conto
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index bd65c4f..fae7531 100644
--- a/counsel.el
+++ b/counsel.el
@@ -5197,7 +5197,7 @@ N in your system."
   "List of potential build subdirectory names to check for."
   :type '(repeat directory))
 
-(defvar counsel-compile-phony-pattern "^\\.PHONY:[\t ]+\\(.*+\\)$"
+(defvar counsel-compile-phony-pattern "^\\.PHONY:[\t ]+\\(.+\\)$"
   "Regexp for extracting phony targets from Makefiles.")
 
 ;; This is loosely based on the Bash Make completion code



reply via email to

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