# HG changeset patch # User Karl Heuer # Date 806709968 0 # Node ID 7660e82d0346c8b7bbc53ea98591b6612e02c686 # Parent a3466dad7d6d2dcb64cf1c9f9125f65f6403d05f (x-font-regexp-weight-subnum, x-font-regexp-slant-subnum) (x-font-regexp-swidth-subnum, x-font-regexp-adstyle-subnum): Defconst. diff -r a3466dad7d6d -r 7660e82d0346 lisp/faces.el --- a/lisp/faces.el Tue Jul 25 21:55:50 1995 +0000 +++ b/lisp/faces.el Tue Jul 25 22:06:08 1995 +0000 @@ -553,6 +553,11 @@ (defconst x-font-regexp-weight nil) (defconst x-font-regexp-slant nil) +(defconst x-font-regexp-weight-subnum 1) +(defconst x-font-regexp-slant-subnum 2) +(defconst x-font-regexp-swidth-subnum 3) +(defconst x-font-regexp-adstyle-subnum 4) + ;;; Regexps matching font names in "Host Portable Character Representation." ;;; (let ((- "[-?]")