1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(hexl-follow-line): Don't require 'fringe.

This commit is contained in:
Kim F. Storm 2004-03-19 10:40:46 +00:00
parent ec952fde50
commit 24d0e54531

View 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)