diff options
| author | Kim F. Storm | 2004-03-19 10:40:46 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-03-19 10:40:46 +0000 |
| commit | 24d0e54531d54615d983e45da080c2222fde0f7d (patch) | |
| tree | 1cabd65e9677b291f4a9ee67f606e9f83786ad69 | |
| parent | ec952fde502d93ebfb9fcdba41a14caa4f7337f8 (diff) | |
| download | emacs-24d0e54531d54615d983e45da080c2222fde0f7d.tar.gz emacs-24d0e54531d54615d983e45da080c2222fde0f7d.zip | |
(hexl-follow-line): Don't require 'fringe.
| -rw-r--r-- | lisp/hexl.el | 1 |
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." | |||
| 900 | (defun hexl-follow-line () | 900 | (defun hexl-follow-line () |
| 901 | "Activate `hl-line-mode'" | 901 | "Activate `hl-line-mode'" |
| 902 | (require 'frame) | 902 | (require 'frame) |
| 903 | (require 'fringe) | ||
| 904 | (require 'hl-line) | 903 | (require 'hl-line) |
| 905 | (set (make-local-variable 'hl-line-range-function) | 904 | (set (make-local-variable 'hl-line-range-function) |
| 906 | 'hexl-highlight-line-range) | 905 | 'hexl-highlight-line-range) |