mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-03 14:10:47 -08:00
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).
This commit is contained in:
parent
0d2fdf6e36
commit
08b480e13f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue