changeset 14534:3c38a5112cb6

Make sure `facemenu-unlisted-faces' is bound.
author Richard M. Stallman <rms@gnu.org>
date Sat, 10 Feb 1996 05:14:34 +0000
parents 2eb6c03dcb86
children 8ca7e641c144
files lisp/ediff-init.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ediff-init.el	Fri Feb 09 23:19:02 1996 +0000
+++ b/lisp/ediff-init.el	Sat Feb 10 05:14:34 1996 +0000
@@ -814,7 +814,10 @@
 		       ediff-odd-diff-face-Ancestor))
 	       (copy-face 'secondary-selection face))))
     ))
-      
+
+(or (boundp 'facemenu-unlisted-faces)
+    (setq facemenu-unlisted-faces nil))
+
 (add-to-list 'facemenu-unlisted-faces 'ediff-current-diff-face-A)
 (defvar ediff-current-diff-face-A
   (if (ediff-window-display-p)