branch: elpa/fedi
commit 0f600a728946b6bdc6dc47e367fe4bf131dd400c
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
remove no-error arg for re-search, we're already ignoring
---
fedi.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fedi.el b/fedi.el
index 3f28bb42154..e1b86e98262 100644
--- a/fedi.el
+++ b/fedi.el
@@ -712,7 +712,7 @@ used in a link function. For an example of regexes'
subgroups, see
;; FIXME: do URLs
;; (if (eq type 'url)
;; (lem-ui-tabstop-link-by-regex regex)
- (while (re-search-forward regex nil :no-error)
+ (while (re-search-forward regex)
(let* ((item (when item-subexp
(buffer-substring-no-properties
(match-beginning item-subexp)