From 48342f4df45b76756677c47e5205f6a4acdd370f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89tienne=20Deparis?= Date: Sun, 25 Jul 2021 16:17:40 +0200 Subject: [PATCH] Make byte-compiler happy again Also alphabetically sort function and variable names --- elpher.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/elpher.el b/elpher.el index 9d4088e..a108518 100644 --- a/elpher.el +++ b/elpher.el @@ -138,12 +138,15 @@ ;; (eval-when-compile - (defvar bookmark-make-record-function) + (declare-function ansi-color-filter-apply "ansi-color") + (declare-function ansi-color-apply "ansi-color") (declare-function bookmark-store "bookmark") (declare-function org-link-store-props "ol") (declare-function org-link-set-parameters "ol") - (defvar thing-at-point-uri-schemes) - (defvar mu4e~view-beginning-of-url-regexp)) + (defvar ansi-color-context) + (defvar bookmark-make-record-function) + (defvar mu4e~view-beginning-of-url-regexp) + (defvar thing-at-point-uri-schemes)) ;;; Customization group -- 2.20.1