aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/hexl.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el
index 9cfeb291363..cc36c37602e 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -900,7 +900,6 @@ Customize the variable `hexl-follow-ascii' to disable this feature."
900(defun hexl-follow-line () 900(defun hexl-follow-line ()
901 "Activate `hl-line-mode'" 901 "Activate `hl-line-mode'"
902 (require 'frame) 902 (require 'frame)
903 (require 'fringe)
904 (require 'hl-line) 903 (require 'hl-line)
905 (set (make-local-variable 'hl-line-range-function) 904 (set (make-local-variable 'hl-line-range-function)
906 'hexl-highlight-line-range) 905 'hexl-highlight-line-range)