emacs-diffs
[Top][All Lists]
Advanced

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

master 08b480e13fa: flymake-end-of-line-diagnostics-face: Tweak a little


From: Dmitry Gutov
Subject: master 08b480e13fa: flymake-end-of-line-diagnostics-face: Tweak a little
Date: Tue, 18 Apr 2023 18:57:49 -0400 (EDT)

branch: master
commit 08b480e13facadcd3a6d205d604deeeab4bbedc6
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>

    flymake-end-of-line-diagnostics-face: Tweak a little
    
    * lisp/progmodes/flymake.el
    (flymake-end-of-line-diagnostics-face):
    Use height 0.85 and ensure the box doesn't change the line height
    (https://debbugs.gnu.org/62029#86).
---
 lisp/progmodes/flymake.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index 3af410683a7..f03b9ab56a0 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -447,7 +447,7 @@ verify FILTER, a function, and sort them by COMPARE (using 
KEY)."
   :package-version '(Flymake . "1.3.4"))
 
 (defface flymake-end-of-line-diagnostics-face
-  '((t :height 0.7 :box (:line-width 1)))
+  '((t :height 0.85 :box (:line-width -1)))
   "Face used for end-of-line diagnostics.
 See variable `flymake-show-diagnostics-at-end-of-line'."
   :package-version '(Flymake . "1.3.5"))



reply via email to

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