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

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

[elpa] externals/show-font ff0251d565 19/54: Remove the function that sh


From: ELPA Syncer
Subject: [elpa] externals/show-font ff0251d565 19/54: Remove the function that shows the font from the major mode
Date: Tue, 10 Sep 2024 03:58:57 -0400 (EDT)

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

    Remove the function that shows the font from the major mode
    
    This is the job of the file name handler.
---
 show-font.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/show-font.el b/show-font.el
index f0e3739bdd..3a52b1465b 100644
--- a/show-font.el
+++ b/show-font.el
@@ -257,8 +257,7 @@ buffer."
               buffer-undo-list t
               auto-save-default nil
               buffer-read-only t)
-  (visual-line-mode -1)
-  (show-font--add-text))
+  (visual-line-mode -1))
 
 ;; FIXME 2024-08-25: Do we want to autoload this or does it belong
 ;; somewhere else?  It seems wrong like this.



reply via email to

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