changeset 12475:eb436b0c4ab3

(x-font-regexp): Include the avgwidth.
author Richard M. Stallman <rms@gnu.org>
date Sun, 02 Jul 1995 08:34:02 +0000
parents d3223d946163
children 5518def44198
files lisp/faces.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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\?