From c8787b81ef88d784f615aa76893b5d858464de23 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 27 Jul 1995 19:10:36 +0000 Subject: [PATCH] (x-font-regexp): Add \\(\\) for substring extraction. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/faces.el b/lisp/faces.el index 429eb8d5ff4..bf9c3302284 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -572,7 +572,7 @@ set its foreground and background to the default background and foreground." ; (swidth "\\(\\*\\|normal\\|semicondensed\\|\\)") ; 3 (swidth "\\([^-]*\\)") ; 3 ; (adstyle "\\(\\*\\|sans\\|\\)") ; 4 - (adstyle "[^-]*") ; 4 + (adstyle "\\([^-]*\\)") ; 4 (pixelsize "[0-9]+") (pointsize "[0-9][0-9]+") (resx "[0-9][0-9]+") -- 2.39.2