]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Apply font-lock in hexl-mode buffers"
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 27 Jun 2019 14:28:22 +0000 (16:28 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 27 Jun 2019 14:28:22 +0000 (16:28 +0200)
This reverts commit 573de396f03684efa89ead24a371b0f4c9bf8d5d.

The change wasn't necessary -- the hexl-mode buffer is automatically fontified.

lisp/hexl.el

index 5ba0ef5b2a8a4e354d0339c6ca835f516c3c7611..ee5a9c0fce2e71ee12bd6408afd435cfdbb8d656 100644 (file)
@@ -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))