emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/devdocs 54e7cb8b07 1/4: Fix call to ignore-error


From: ELPA Syncer
Subject: [elpa] externals/devdocs 54e7cb8b07 1/4: Fix call to ignore-error
Date: Mon, 27 Nov 2023 12:57:59 -0500 (EST)

branch: externals/devdocs
commit 54e7cb8b0743f9ce26dc4e75291883cc8c31def4
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>

    Fix call to ignore-error
---
 devdocs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devdocs.el b/devdocs.el
index f5a2675a61..8cb3e2fc96 100644
--- a/devdocs.el
+++ b/devdocs.el
@@ -336,7 +336,7 @@ with the order of appearance in the text."
            (current (seq-position entries nil pred)))
       (unless current (user-error "No current entry"))
       (devdocs--render
-       (or (ignore-error 'args-out-of-range (elt entries (+ count current)))
+       (or (ignore-error args-out-of-range (elt entries (+ count current)))
            (user-error "No %s entry" (if (< count 0) "previous" "next")))))))
 
 (defun devdocs-previous-entry (count)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]