Mercurial > emacs
changeset 54439:43fc3aaf85fa
(hexl-follow-line): Don't require 'fringe.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 19 Mar 2004 10:40:46 +0000 |
parents | e22cc52c1823 |
children | aabf30299e6c |
files | lisp/hexl.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/hexl.el Fri Mar 19 10:40:29 2004 +0000 +++ b/lisp/hexl.el Fri Mar 19 10:40:46 2004 +0000 @@ -900,7 +900,6 @@ (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)