branch: externals/show-font
commit 8ed7c66c63c167b870b40be9c20cee60a9c2f996
Merge: ad30c77b06 36d3197e13
Author: Protesilaos Stavrou <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #3 from swapnilsm/main
Autoload `show-font-handler`
---
show-font.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/show-font.el b/show-font.el
index a9084ba9c4..087ef5828f 100644
--- a/show-font.el
+++ b/show-font.el
@@ -151,6 +151,7 @@ return nil."
(message "Still missing: %s" (mapconcat #'identity missing-characters ",
"))
nil)))
+;;;###autoload
(defun show-font-handler (operation &rest args)
"Handle the given I/O `file-name-handler-alist' OPERATION with ARGS.
Determine how to render the font file contents in a buffer."