branch: master
commit f7ab3b2c3c63f1e9fdf76f4968e20eeb2636ce69
Author: mas <mas>
Commit: mas <mas>
(mmm-update-mode-info): Used compatibility wrapper for font-lock defaults.
---
mmm-region.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mmm-region.el b/mmm-region.el
index c07de96..b727769 100644
--- a/mmm-region.el
+++ b/mmm-region.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2000 by Michael Abraham Shulman
;; Author: Michael Abraham Shulman <[email protected]>
-;; Version: $Id: mmm-region.el,v 1.21 2000/07/29 17:25:14 mas Exp $
+;; Version: $Id: mmm-region.el,v 1.22 2000/08/02 23:24:59 mas Exp $
;;{{{ GPL
@@ -342,7 +342,7 @@ which is set here as well. See `mmm-save-local-variables'."
(put mode 'mmm-font-lock-mode t))
;; Get the font-lock variables
(when mmm-font-lock-available-p
- (font-lock-set-defaults))
+ (mmm-set-font-lock-defaults))
;; These can't be in the local variables list, because we
;; replace their actual values, but we want to use their
;; original values elsewhere.