From 355652a2a38cd9e5eb4501b0caad060c29c987ca Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 12 Feb 2008 17:29:07 +0000 Subject: (hexl-mode): Don't make `font-lock-defaults' buffer-local; it is already automatically buffer-local. --- lisp/hexl.el | 1 - 1 file changed, 1 deletion(-) (limited to 'lisp/hexl.el') diff --git a/lisp/hexl.el b/lisp/hexl.el index bba48318f9d..c0ec9aa6ed8 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -279,7 +279,6 @@ You can use \\[hexl-find-file] to visit a file in Hexl mode. (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. -- cgit v1.2.1