diff options
-rw-r--r-- | lisp/hexl.el | 1 |
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." (defun hexl-follow-line () "Activate `hl-line-mode'" (require 'frame) - (require 'fringe) (require 'hl-line) (set (make-local-variable 'hl-line-range-function) 'hexl-highlight-line-range) |