diff lisp/progmodes/make-mode.el @ 71569:deb64e2d79af

* emulation/viper-init.el, calendar/calendar.el: * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 03 Jul 2006 14:32:01 +0000
parents e0adef75745f
children 66c756c90e7b 138ce2701550
line wrap: on
line diff
--- a/lisp/progmodes/make-mode.el	Mon Jul 03 14:31:35 2006 +0000
+++ b/lisp/progmodes/make-mode.el	Mon Jul 03 14:32:01 2006 +0000
@@ -306,8 +306,6 @@
   "\\(^\\..*\\)\\|\\(.*~$\\)\\|\\(.*,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.")