1
0
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:
Richard M. Stallman 1995-07-02 08:34:02 +00:00
parent 5beaa9f29e
commit e20d641f61

View File

@ -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\?