aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/make-mode.el
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2006-07-03 14:32:01 +0000
committerChong Yidong <[email protected]>2006-07-03 14:32:01 +0000
commitb99489fee1436ad69ef8eefa6247eda8a141fa35 (patch)
treed1b91077b16e43fdb970964a8c5f4b91ece0be6b /lisp/progmodes/make-mode.el
parentb6a675073037e81f781db98e0210f8cc58de8227 (diff)
* emulation/viper-init.el, calendar/calendar.el:
* progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
Diffstat (limited to 'lisp/progmodes/make-mode.el')
-rw-r--r--lisp/progmodes/make-mode.el2
1 files changed, 0 insertions, 2 deletions
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.")