1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

(x-font-regexp-weight-subnum, x-font-regexp-slant-subnum)

(x-font-regexp-swidth-subnum, x-font-regexp-adstyle-subnum): Defconst.
This commit is contained in:
Karl Heuer 1995-07-25 22:06:08 +00:00
parent 7556890b58
commit 021ca12920

View File

@ -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 ((- "[-?]")