From bacbbe8f3d6699ae3e2ffda7eaf7b163c12d4172 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 5 Apr 2008 14:39:13 +0000 Subject: [PATCH] (default): Ensure the face-defface-spec property is set. --- lisp/faces.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/faces.el b/lisp/faces.el index 08b0bb89021..1bb2a94feb2 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2190,7 +2190,8 @@ terminal type to a different value." "The standard faces of Emacs." :group 'faces) -(defface default nil +(defface default + '((t nil)) ; If this were nil, face-defface-spec would not be set. "Basic default face." :group 'basic-faces) -- 2.39.5