mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
(x-font-regexp): Include the avgwidth.
This commit is contained in:
parent
5beaa9f29e
commit
e20d641f61
@ -565,8 +565,8 @@ set its foreground and background to the default background and foreground."
|
||||
(setq x-font-regexp
|
||||
(concat "\\`\\*?[-?*]"
|
||||
foundry - family - weight\? - slant\? - swidth - adstyle -
|
||||
pixelsize - pointsize - resx - resy - spacing - registry -
|
||||
encoding "[-?*]\\*?\\'"
|
||||
pixelsize - pointsize - resx - resy - spacing - avgwidth -
|
||||
registry - encoding "\\*?\\'"
|
||||
))
|
||||
(setq x-font-regexp-head
|
||||
(concat "\\`[-?*]" foundry - family - weight\? - slant\?
|
||||
|
Loading…
Reference in New Issue
Block a user