Invoke global-font-lock-mode with 1 arg so it now worked in Emacs 22.3.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 11 May 2010 12:36:45 +0300
changeset 393 83d501952356
parent 392 cc270f57ab7b
child 394 03d8b85ff815
Invoke global-font-lock-mode with 1 arg so it now worked in Emacs 22.3.
.emacs-my
--- a/.emacs-my	Thu May 06 00:10:27 2010 +0300
+++ b/.emacs-my	Tue May 11 12:36:45 2010 +0300
@@ -273,7 +273,7 @@
 ;; syntax highlighting.
 
 (setq font-lock-maximum-decoration t)
-(global-font-lock-mode 1 t)
+(global-font-lock-mode 1)
 
 ;; ----------------------------------------------------------------------
 ;; highlight selected text.