diff options
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. |