From 30a4cdb0701942ee0cc8aff4f8f7f78dd658e2d6 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 22 Sep 2017 11:00:03 -0400 Subject: open-github-patch: Escape unintentional wildcard --- lisp/km-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/km-util.el') diff --git a/lisp/km-util.el b/lisp/km-util.el index 1678161..1dc9f48 100644 --- a/lisp/km-util.el +++ b/lisp/km-util.el @@ -51,7 +51,7 @@ point in the buffer." (with-current-buffer buffer (save-excursion (goto-char (point-min)) - (if (re-search-forward "https://github.com/.*\\.patch" nil t) + (if (re-search-forward "https://github\\.com/.*\\.patch" nil t) (match-string-no-properties 0) (user-error "No patch found")))))) (with-current-buffer (get-buffer-create -- cgit v1.2.3