From d8d74932f600111c610f015d5b5d126bff327dad Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 3 Apr 2024 23:26:11 +0100 Subject: compilation warnings --- custom/jao-custom-eww.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index 0b444a4..441ab6a 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -1,7 +1,7 @@ ;; -*- lexical-binding: t -*- ;;; integration with browse-url and afio -(defun jao-eww-browse-url (url &rest r) +(defun jao-eww-browse-url (url &rest _r) "Browse URL using eww." (if (derived-mode-p 'eww-mode) (eww url) @@ -151,7 +151,7 @@ (concat (make-string (- (* 2 n) 1) ?*) " " txt "\n")) ('(face italic) (format "/%s/ " (string-trim txt))) ('(face bold) (format "*%s* " (string-trim txt))) - (t txt)))) + (_ txt)))) (goto-char next)))) (pop-to-buffer buff) (goto-char (point-min)))) -- cgit v1.2.3