branch: externals/show-font commit 36d3197e131870c3d350bfc717d61129d83f1c21 Author: Swapnil Mahajan <swapni...@gmail.com> Commit: Swapnil Mahajan <swapni...@gmail.com>
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."