Port to Emacs 32.2 (in 'global-font-lock-mode' error - Wrong number of arguments).
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 11 May 2010 20:01:54 +0300
changeset 395 c7f6eb04626d
parent 391 09cfea42153e
child 396 3414288e4a61
Port to Emacs 32.2 (in 'global-font-lock-mode' error - Wrong number of arguments).
.emacs-my
--- a/.emacs-my	Tue May 04 23:34:38 2010 +0300
+++ b/.emacs-my	Tue May 11 20:01:54 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.