diff lisp/hexl.el @ 91799:8fcc1d6b9fde

(hexl-mode): Don't make `font-lock-defaults' buffer-local; it is already automatically buffer-local.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 12 Feb 2008 17:28:00 +0000
parents 73661ddc7ac7
children 154aba86b686
line wrap: on
line diff
--- a/lisp/hexl.el	Tue Feb 12 11:25:01 2008 +0000
+++ b/lisp/hexl.el	Tue Feb 12 17:28:00 2008 +0000
@@ -279,7 +279,6 @@
 
     (make-local-variable 'hexl-mode-old-font-lock-keywords)
     (setq hexl-mode-old-font-lock-keywords font-lock-defaults)
-    (make-local-variable 'font-lock-defaults)
     (setq font-lock-defaults '(hexl-font-lock-keywords t))
 
     ;; Add hooks to rehexlify or dehexlify on various events.