Index: emacs/lisp/hexl.el
diff -c emacs/lisp/hexl.el:1.93 emacs/lisp/hexl.el:1.94
*** emacs/lisp/hexl.el:1.93 Mon May 16 11:33:46 2005
--- emacs/lisp/hexl.el Sun May 22 13:35:56 2005
***************
*** 926,935 ****
"Activate `hl-line-mode'"
(require 'frame)
(require 'hl-line)
! (set (make-local-variable 'hl-line-range-function)
! 'hexl-highlight-line-range)
! (set (make-local-variable 'hl-line-face)
! 'highlight)
(hl-line-mode 1))
(defun hexl-highlight-line-range ()
--- 926,936 ----
"Activate `hl-line-mode'"
(require 'frame)
(require 'hl-line)
! (with-no-warnings
! (set (make-local-variable 'hl-line-range-function)
! 'hexl-highlight-line-range)
! (set (make-local-variable 'hl-line-face)
! 'highlight))
(hl-line-mode 1))
(defun hexl-highlight-line-range ()
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs