summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-03-19 10:40:46 +0000
committerKim F. Storm <storm@cua.dk>2004-03-19 10:40:46 +0000
commit24d0e54531d54615d983e45da080c2222fde0f7d (patch)
tree1cabd65e9677b291f4a9ee67f606e9f83786ad69 /lisp/hexl.el
parentec952fde502d93ebfb9fcdba41a14caa4f7337f8 (diff)
downloademacs-24d0e54531d54615d983e45da080c2222fde0f7d.tar.gz
(hexl-follow-line): Don't require 'fringe.
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r--lisp/hexl.el1
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)