diff options
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 41d85b43c0c..797581318d2 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -615,10 +615,10 @@ set its foreground and background to the default background and foreground." ;; Manipulating font names. -(defconst x-font-regexp nil) -(defconst x-font-regexp-head nil) -(defconst x-font-regexp-weight nil) -(defconst x-font-regexp-slant nil) +(defvar x-font-regexp nil) +(defvar x-font-regexp-head nil) +(defvar x-font-regexp-weight nil) +(defvar x-font-regexp-slant nil) (defconst x-font-regexp-weight-subnum 1) (defconst x-font-regexp-slant-subnum 2) |