diff lisp/faces.el @ 12668:7660e82d0346

(x-font-regexp-weight-subnum, x-font-regexp-slant-subnum) (x-font-regexp-swidth-subnum, x-font-regexp-adstyle-subnum): Defconst.
author Karl Heuer <kwzh@gnu.org>
date Tue, 25 Jul 1995 22:06:08 +0000
parents 4bb00f26c714
children e2d3fa52d100
line wrap: on
line diff
--- 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 ((- 		"[-?]")