Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
24d0e545
Commit
24d0e545
authored
Mar 19, 2004
by
Kim F. Storm
Browse files
(hexl-follow-line): Don't require 'fringe.
parent
ec952fde
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
lisp/hexl.el
lisp/hexl.el
+0
-1
No files found.
lisp/hexl.el
View file @
24d0e545
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment