Mercurial > emacs
changeset 12690:e2d3fa52d100
(x-font-regexp): Add \\(\\) for substring extraction.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 27 Jul 1995 19:10:36 +0000 |
parents | 83ef0f002ecf |
children | 7bd050135516 |
files | lisp/faces.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Thu Jul 27 18:50:02 1995 +0000 +++ b/lisp/faces.el Thu Jul 27 19:10:36 1995 +0000 @@ -572,7 +572,7 @@ ; (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]+")