]> git.eshelyaron.com Git - emacs.git/commitdiff
flymake-end-of-line-diagnostics-face: Tweak a little
authorDmitry Gutov <dmitry@gutov.dev>
Tue, 18 Apr 2023 22:56:57 +0000 (01:56 +0300)
committerDmitry Gutov <dmitry@gutov.dev>
Tue, 18 Apr 2023 22:57:26 +0000 (01:57 +0300)
* 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

index 3af410683a7870c755e14807f8722ac50bbeed90..f03b9ab56a03a6714fea0ddb69d449daad065bbb 100644 (file)
@@ -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"))