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

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

[elpa] externals/hyperbole 343b2ca 08/13: Set face to default removes em


From: Stefan Monnier
Subject: [elpa] externals/hyperbole 343b2ca 08/13: Set face to default removes empty line in banner image
Date: Sun, 12 May 2019 11:11:47 -0400 (EDT)

branch: externals/hyperbole
commit 343b2ca151ad1c00ca311122964c7507f1ab970a
Author: Mats Lidell <address@hidden>
Commit: Mats Lidell <address@hidden>

    Set face to default removes empty line in banner image
---
 hypb.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hypb.el b/hypb.el
index a385e00..a072da7 100644
--- a/hypb.el
+++ b/hypb.el
@@ -775,6 +775,7 @@ Without file, the banner is prepended to the current 
buffer."
        (setq button (make-button (- (point) 3) (- (point) 2) :type 
'hyperbole-banner))
        (button-put button 'help-echo (concat "Click to visit " hypb:home-page))
        (button-put button 'action #'hypb:browse-home-page)
+       (button-put button 'face 'default)
        (button-put button 'keymap hypb:hyperbole-banner-keymap)))))
 
 (defun hypb:display-file-with-logo-xemacs (&optional file)



reply via email to

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