From 24d0e54531d54615d983e45da080c2222fde0f7d Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 19 Mar 2004 10:40:46 +0000 Subject: [PATCH] (hexl-follow-line): Don't require 'fringe. --- lisp/hexl.el | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.2