]> git.eshelyaron.com Git - emacs.git/commitdiff
(hexl-follow-line): Don't require 'fringe.
authorKim F. Storm <storm@cua.dk>
Fri, 19 Mar 2004 10:40:46 +0000 (10:40 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 19 Mar 2004 10:40:46 +0000 (10:40 +0000)
lisp/hexl.el

index 9cfeb29136329531ffbe5067f2e5ade88ad2b429..cc36c37602ea2a4bde8b4a975330e6fb47c32bd5 100644 (file)
@@ -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)