]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-font-regexp): Include the avgwidth.
authorRichard M. Stallman <rms@gnu.org>
Sun, 2 Jul 1995 08:34:02 +0000 (08:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 2 Jul 1995 08:34:02 +0000 (08:34 +0000)
lisp/faces.el

index 8025a0855438b3ab161bcbf8366aee59af2e885a..7c7acc265876fa6600e2ee438ccaa27d864a5123 100644 (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\?