From 41f8865874548e844d7f77611d5da05d1b271b89 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 17 Aug 1999 00:37:45 +0000 Subject: [PATCH] (toplevel): Make face `term-default' an empty face. The code relied on the fact that Emacs ignored invalid faces in face text properties in 20.4. --- lisp/term.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/term.el b/lisp/term.el index e8e584d2152..6d45f1f1c42 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -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) -- 2.39.5