emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/show-font da30bb5554 06/54: Add FIXME for how the file


From: ELPA Syncer
Subject: [elpa] externals/show-font da30bb5554 06/54: Add FIXME for how the file handler is added (also see commit a1ffe8a)
Date: Tue, 10 Sep 2024 03:58:56 -0400 (EDT)

branch: externals/show-font
commit da30bb555478a97d1065e5677c27ed9b87fef27a
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add FIXME for how the file handler is added (also see commit a1ffe8a)
---
 show-font.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/show-font.el b/show-font.el
index 61396da1b3..8e395aea83 100644
--- a/show-font.el
+++ b/show-font.el
@@ -227,6 +227,9 @@ buffer."
   (setq-local auto-save-default nil)
   (show-font--add-text))
 
+;; FIXME 2024-08-25: Do we want to autoload this or does it belong
+;; somewhere else?  It seems wrong like this.
+
 ;;;###autoload
 (add-to-list 'file-name-handler-alist (cons show-font-extensions-regexp 
#'show-font-handler))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]