From: Étienne Deparis Date: Sun, 25 Jul 2021 14:17:40 +0000 (+0200) Subject: Make byte-compiler happy again X-Git-Tag: v3.1.0~17^2 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=48342f4df45b76756677c47e5205f6a4acdd370f Make byte-compiler happy again Also alphabetically sort function and variable names --- 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