summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-06-27 16:28:22 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-06-27 16:28:22 +0200
commit50ade7afc15697fe820c510cdaf98d50d24e4a64 (patch)
tree62e6d49110c7c43bb1b060d90471a767ad2ec8be /lisp/hexl.el
parentd64c72f50cb5acefb806c53dfc965ff5b22e8ac9 (diff)
downloademacs-50ade7afc15697fe820c510cdaf98d50d24e4a64.tar.gz
emacs-50ade7afc15697fe820c510cdaf98d50d24e4a64.tar.bz2
emacs-50ade7afc15697fe820c510cdaf98d50d24e4a64.zip
Revert "Apply font-lock in hexl-mode buffers"
This reverts commit 573de396f03684efa89ead24a371b0f4c9bf8d5d. The change wasn't necessary -- the hexl-mode buffer is automatically fontified.
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r--lisp/hexl.el2
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))