From 021ca129202a3888da7b5b9649a5c63a405b16f6 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 25 Jul 1995 22:06:08 +0000 Subject: [PATCH] (x-font-regexp-weight-subnum, x-font-regexp-slant-subnum) (x-font-regexp-swidth-subnum, x-font-regexp-adstyle-subnum): Defconst. --- lisp/faces.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/faces.el b/lisp/faces.el index 4b4896d2a4c..429eb8d5ff4 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -553,6 +553,11 @@ set its foreground and background to the default background and foreground." (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 ((- "[-?]") -- 2.39.2