From e20d641f6120a3cbdfa68e0aae43e4e8380aed2b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 2 Jul 1995 08:34:02 +0000 Subject: [PATCH] (x-font-regexp): Include the avgwidth. --- lisp/faces.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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\? -- 2.39.2