# HG changeset patch # User Richard M. Stallman # Date 804674042 0 # Node ID eb436b0c4ab3ab6a5fb221aea0bac08a573ea130 # Parent d3223d946163523efa5333f934c2f1dd43a8089f (x-font-regexp): Include the avgwidth. diff -r d3223d946163 -r eb436b0c4ab3 lisp/faces.el --- a/lisp/faces.el Sun Jul 02 08:13:28 1995 +0000 +++ b/lisp/faces.el Sun Jul 02 08:34:02 1995 +0000 @@ -565,8 +565,8 @@ (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\?