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:
parent
69b354ebc8
commit
c8787b81ef
@ -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]+")
|
||||
|
Loading…
Reference in New Issue
Block a user