summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-gnus.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-08-04 01:07:12 +0100
committerjao <jao@gnu.org>2022-08-04 01:07:12 +0100
commit2b778af1a7f07620ae1e277ee7fb2d588b905b48 (patch)
treea530bbecea3b776980dbef0c2cb24ac0806480ac /custom/jao-custom-gnus.el
parent0461be6efce08a902636e0f815936927a7521fb4 (diff)
downloadelibs-2b778af1a7f07620ae1e277ee7fb2d588b905b48.tar.gz
elibs-2b778af1a7f07620ae1e277ee7fb2d588b905b48.tar.bz2
config tweaks for latest consult-recoll
Diffstat (limited to 'custom/jao-custom-gnus.el')
-rw-r--r--custom/jao-custom-gnus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el
index 5aa0ff4..2d1b691 100644
--- a/custom/jao-custom-gnus.el
+++ b/custom/jao-custom-gnus.el
@@ -424,7 +424,7 @@
(when (re-search-forward "[Mm]essage-[Ii][Dd]: <?\\([^><]+\\)>?" nil t)
(match-string 1))))
-(defun jao-gnus-goto-file (filename)
+(defun jao-gnus-goto-file (filename &optional _page)
(let ((group (jao-gnus-file-to-group filename))
(id (jao-gnus-file-message-id filename)))
(if (and group id)