Make byte-compiler happy again
authorÉtienne Deparis <etienne@depar.is>
Sun, 25 Jul 2021 14:17:40 +0000 (16:17 +0200)
committerÉtienne Deparis <etienne@depar.is>
Sun, 25 Jul 2021 14:18:01 +0000 (16:18 +0200)
Also alphabetically sort function and variable names

elpher.el

index 9d4088e..a108518 100644 (file)
--- a/elpher.el
+++ b/elpher.el
 ;;
 
 (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