From: Karl Heuer Date: Thu, 27 Jul 1995 19:10:36 +0000 (+0000) Subject: (x-font-regexp): Add \\(\\) for substring extraction. X-Git-Tag: emacs-19.34~3170 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c8787b81ef88d784f615aa76893b5d858464de23;p=emacs.git (x-font-regexp): Add \\(\\) for substring extraction. --- 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]+")