]> git.eshelyaron.com Git - emacs.git/commitdiff
(default): Ensure the face-defface-spec property is set.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 5 Apr 2008 14:39:13 +0000 (14:39 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 5 Apr 2008 14:39:13 +0000 (14:39 +0000)
lisp/faces.el

index 08b0bb89021c892b60585b97fdf7256934e8be6b..1bb2a94feb23d85a80290295aa5f3ff9110a0736 100644 (file)
@@ -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)