aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-02-15 21:09:23 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-02-15 21:09:23 +0100
commitcf854029c5c9fcdff4d7ea22f0d6394b976caa77 (patch)
tree433ed1c67ef61ba1225ec9df455c1de2ccc3b1be
parent5c627ddcde8bc768cc90b300e72f7cefee3babf0 (diff)
fix: Use nsymbols instead of internal function.
-rw-r--r--router.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/router.lisp b/router.lisp
index a4a518a..5f16860 100644
--- a/router.lisp
+++ b/router.lisp
@@ -215,7 +215,7 @@ in a web buffer."))
(match-by-redirect
url
(nyxt:find-submode
- (nyxt:resolve-symbol :router-mode :mode '(:nx-router)))))))
+ (sym:resolve-symbol :router-mode :mode '(:nx-router)))))))
(with-slots (redirect-url original-url) route
(cond
((and route