/[emacs]/emacs/lisp/hexl.el
ViewVC logotype

Diff of /emacs/lisp/hexl.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.93 by lektu, Mon May 16 11:33:46 2005 UTC revision 1.94 by rms, Sun May 22 13:35:56 2005 UTC
# Line 926  Customize the variable `hexl-follow-asci Line 926  Customize the variable `hexl-follow-asci
926    "Activate `hl-line-mode'"    "Activate `hl-line-mode'"
927    (require 'frame)    (require 'frame)
928    (require 'hl-line)    (require 'hl-line)
929    (set (make-local-variable 'hl-line-range-function)    (with-no-warnings
930         'hexl-highlight-line-range)      (set (make-local-variable 'hl-line-range-function)
931    (set (make-local-variable 'hl-line-face)           'hexl-highlight-line-range)
932         'highlight)      (set (make-local-variable 'hl-line-face)
933             'highlight))
934    (hl-line-mode 1))    (hl-line-mode 1))
935    
936  (defun hexl-highlight-line-range ()  (defun hexl-highlight-line-range ()

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26