changeset 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 a3466dad7d6d
children 1b85818da85f
files lisp/faces.el
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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 ((- 		"[-?]")