diff lisp/term.el @ 25299:8df4e1dd92d7

(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.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 17 Aug 1999 00:37:45 +0000
parents bfa093996074
children 6ac0cc90d397
line wrap: on
line diff
--- a/lisp/term.el	Mon Aug 16 23:06:06 1999 +0000
+++ b/lisp/term.el	Tue Aug 17 00:37:45 1999 +0000
@@ -719,6 +719,7 @@
 
 (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)