diff options
| author | Chong Yidong | 2006-07-03 14:32:01 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-07-03 14:32:01 +0000 |
| commit | b99489fee1436ad69ef8eefa6247eda8a141fa35 (patch) | |
| tree | d1b91077b16e43fdb970964a8c5f4b91ece0be6b /lisp/progmodes/make-mode.el | |
| parent | b6a675073037e81f781db98e0210f8cc58de8227 (diff) | |
| download | emacs-b99489fee1436ad69ef8eefa6247eda8a141fa35.tar.gz emacs-b99489fee1436ad69ef8eefa6247eda8a141fa35.zip | |
* 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.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 0a87aaa42de..109455e9e61 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el | |||
| @@ -306,8 +306,6 @@ not be enclosed in { } or ( )." | |||
| 306 | "\\(^\\..*\\)\\|\\(.*~$\\)\\|\\(.*,v$\\)\\|\\(\\.[chy]\\)" | 306 | "\\(^\\..*\\)\\|\\(.*~$\\)\\|\\(.*,v$\\)\\|\\(\\.[chy]\\)" |
| 307 | "Regex for filenames that will NOT be included in the target list.") | 307 | "Regex for filenames that will NOT be included in the target list.") |
| 308 | 308 | ||
| 309 | (if (fboundp 'facemenu-unlisted-faces) | ||
| 310 | (add-to-list 'facemenu-unlisted-faces 'makefile-space)) | ||
| 311 | (defvar makefile-space 'makefile-space | 309 | (defvar makefile-space 'makefile-space |
| 312 | "Face to use for highlighting leading spaces in Font-Lock mode.") | 310 | "Face to use for highlighting leading spaces in Font-Lock mode.") |
| 313 | 311 | ||