diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/km-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |