diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-02-12 17:29:07 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-02-12 17:29:07 +0000 |
commit | 355652a2a38cd9e5eb4501b0caad060c29c987ca (patch) | |
tree | 9b1a162d6ecf436afdf665405847e15d55b76db2 /lisp/hexl.el | |
parent | da9e269f680d29d1faa2fcf42d6197b248bc208f (diff) | |
download | emacs-355652a2a38cd9e5eb4501b0caad060c29c987ca.tar.gz emacs-355652a2a38cd9e5eb4501b0caad060c29c987ca.tar.bz2 emacs-355652a2a38cd9e5eb4501b0caad060c29c987ca.zip |
(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.el | 1 |
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. |