[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/hexl.el
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/hexl.el |
Date: |
Sun, 22 May 2005 09:35:56 -0400 |
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 ()