From: Richard M. Stallman Date: Sun, 2 Jul 1995 08:34:02 +0000 (+0000) Subject: (x-font-regexp): Include the avgwidth. X-Git-Tag: emacs-19.34~3384 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e20d641f6120a3cbdfa68e0aae43e4e8380aed2b;p=emacs.git (x-font-regexp): Include the avgwidth. --- diff --git a/lisp/faces.el b/lisp/faces.el index 8025a085543..7c7acc26587 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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\?