diff options
| -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. | |||
| 374 | "hexl-current-address") | 374 | "hexl-current-address") |
| 375 | 375 | ||
| 376 | (if hexl-follow-ascii (hexl-follow-ascii-mode 1))) | 376 | (if hexl-follow-ascii (hexl-follow-ascii-mode 1))) |
| 377 | (when global-font-lock-mode | ||
| 378 | (font-lock-ensure)) | ||
| 379 | (run-mode-hooks 'hexl-mode-hook)) | 377 | (run-mode-hooks 'hexl-mode-hook)) |
| 380 | 378 | ||
| 381 | 379 | ||