From: Karl Heuer Date: Tue, 25 Jul 1995 22:06:08 +0000 (+0000) Subject: (x-font-regexp-weight-subnum, x-font-regexp-slant-subnum) X-Git-Tag: emacs-19.34~3191 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=021ca129202a3888da7b5b9649a5c63a405b16f6;p=emacs.git (x-font-regexp-weight-subnum, x-font-regexp-slant-subnum) (x-font-regexp-swidth-subnum, x-font-regexp-adstyle-subnum): Defconst. --- 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 ((- "[-?]")