1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

(x-font-regexp): Add \\(\\) for substring extraction.

This commit is contained in:
Karl Heuer 1995-07-27 19:10:36 +00:00
parent 69b354ebc8
commit c8787b81ef

View File

@ -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]+")