summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-02-12 17:29:07 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-02-12 17:29:07 +0000
commit355652a2a38cd9e5eb4501b0caad060c29c987ca (patch)
tree9b1a162d6ecf436afdf665405847e15d55b76db2 /lisp/hexl.el
parentda9e269f680d29d1faa2fcf42d6197b248bc208f (diff)
downloademacs-355652a2a38cd9e5eb4501b0caad060c29c987ca.tar.gz
(hexl-mode): Don't make `font-lock-defaults' buffer-local;
it is already automatically buffer-local.
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r--lisp/hexl.el1
1 files changed, 0 insertions, 1 deletions
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.