diff --git a/elfeed-summary.el b/elfeed-summary.el index c1ff680..3a3d986 100644 --- a/elfeed-summary.el +++ b/elfeed-summary.el @@ -748,10 +748,8 @@ items." show-read) (format "+%s " elfeed-summary-unread-tag)) "=" - (replace-regexp-in-string - (rx "?" (* not-newline) eos) - "" - (elfeed-feed-id feed))))) + (rx-to-string (elfeed-feed-id feed) t) + ))) (defun elfeed-summary--search-feed-notify (widget &rest _) "A function to run in `:notify' in a feed widget button.