diff options
| author | Karl Heuer | 1995-07-25 22:06:08 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-07-25 22:06:08 +0000 |
| commit | 021ca129202a3888da7b5b9649a5c63a405b16f6 (patch) | |
| tree | 271e85e49b5ddb307e09109d47ed897ce91d07ac | |
| parent | 7556890b5807e62450c0b6e7e603362c9a4f659e (diff) | |
| download | emacs-021ca129202a3888da7b5b9649a5c63a405b16f6.tar.gz emacs-021ca129202a3888da7b5b9649a5c63a405b16f6.zip | |
(x-font-regexp-weight-subnum, x-font-regexp-slant-subnum)
(x-font-regexp-swidth-subnum, x-font-regexp-adstyle-subnum): Defconst.
| -rw-r--r-- | lisp/faces.el | 5 |
1 files changed, 5 insertions, 0 deletions
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." | |||
| 553 | (defconst x-font-regexp-weight nil) | 553 | (defconst x-font-regexp-weight nil) |
| 554 | (defconst x-font-regexp-slant nil) | 554 | (defconst x-font-regexp-slant nil) |
| 555 | 555 | ||
| 556 | (defconst x-font-regexp-weight-subnum 1) | ||
| 557 | (defconst x-font-regexp-slant-subnum 2) | ||
| 558 | (defconst x-font-regexp-swidth-subnum 3) | ||
| 559 | (defconst x-font-regexp-adstyle-subnum 4) | ||
| 560 | |||
| 556 | ;;; Regexps matching font names in "Host Portable Character Representation." | 561 | ;;; Regexps matching font names in "Host Portable Character Representation." |
| 557 | ;;; | 562 | ;;; |
| 558 | (let ((- "[-?]") | 563 | (let ((- "[-?]") |