From: Kim F. Storm Date: Fri, 19 Mar 2004 10:40:46 +0000 (+0000) Subject: (hexl-follow-line): Don't require 'fringe. X-Git-Tag: ttn-vms-21-2-B4~7205 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=24d0e54531d54615d983e45da080c2222fde0f7d;p=emacs.git (hexl-follow-line): Don't require 'fringe. --- 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)