branch: externals/hyperbole commit 343b2ca151ad1c00ca311122964c7507f1ab970a Author: Mats Lidell <ma...@gnu.org> Commit: Mats Lidell <ma...@gnu.org>
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)