]> git.eshelyaron.com Git - emacs.git/commitdiff
(toplevel): Make face `term-default' an empty face.
authorGerd Moellmann <gerd@gnu.org>
Tue, 17 Aug 1999 00:37:45 +0000 (00:37 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 17 Aug 1999 00:37:45 +0000 (00:37 +0000)
The code relied on the fact that Emacs ignored invalid faces in
face text properties in 20.4.

lisp/term.el

index e8e584d215247f4fdbd29386835d57d7a8c839e9..6d45f1f1c429823cf617544059ac476264603b5a 100644 (file)
@@ -719,6 +719,7 @@ Buffer local variable.")
 
 (when (fboundp 'make-face)
 ;;; --- Simple faces ---
+  (copy-face 'default 'term-default)
   (make-face 'term-default-fg)
   (make-face 'term-default-bg)
   (make-face 'term-default-fg-inv)