diff options
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r-- | lisp/hexl.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el index 5ba0ef5b2a8..ee5a9c0fce2 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -374,8 +374,6 @@ You can use \\[hexl-find-file] to visit a file in Hexl mode. "hexl-current-address") (if hexl-follow-ascii (hexl-follow-ascii-mode 1))) - (when global-font-lock-mode - (font-lock-ensure)) (run-mode-hooks 'hexl-mode-hook)) |