From b99489fee1436ad69ef8eefa6247eda8a141fa35 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 3 Jul 2006 14:32:01 +0000 Subject: * emulation/viper-init.el, calendar/calendar.el: * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces. --- lisp/progmodes/make-mode.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'lisp/progmodes/make-mode.el') diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 0a87aaa42d..109455e9e6 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -306,8 +306,6 @@ not be enclosed in { } or ( )." "\\(^\\..*\\)\\|\\(.*~$\\)\\|\\(.*,v$\\)\\|\\(\\.[chy]\\)" "Regex for filenames that will NOT be included in the target list.") -(if (fboundp 'facemenu-unlisted-faces) - (add-to-list 'facemenu-unlisted-faces 'makefile-space)) (defvar makefile-space 'makefile-space "Face to use for highlighting leading spaces in Font-Lock mode.") -- cgit v1.2.3