# HG changeset patch # User Masatake YAMATO # Date 1123697750 0 # Node ID 21908db1e98bddbdda471e633e4d103393357668 # Parent c9d617a8fa230d8d5db8ea6ad61e11d1803326d9 (hexl-address-region): (hexl-ascii-region, hexl-font-lock-keywords): (hexl-highlight-line-range): Use the term "region" instead of "area" for consistency with the other symbols defined in hexl.el. diff -r c9d617a8fa23 -r 21908db1e98b lisp/ChangeLog --- a/lisp/ChangeLog Wed Aug 10 16:01:29 2005 +0000 +++ b/lisp/ChangeLog Wed Aug 10 18:15:50 2005 +0000 @@ -1,3 +1,11 @@ +2005-08-11 Masatake YAMATO + + * hexl.el (hexl-address-region): + (hexl-ascii-region, hexl-font-lock-keywords): + (hexl-highlight-line-range): Use the term "region" + instead of "area" for consistency with the other symbols + defined in hexl.el. + 2005-08-09 Luc Teirlinck * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to diff -r c9d617a8fa23 -r 21908db1e98b lisp/hexl.el --- a/lisp/hexl.el Wed Aug 10 16:01:29 2005 +0000 +++ b/lisp/hexl.el Wed Aug 10 18:15:50 2005 +0000 @@ -85,12 +85,12 @@ :options '(hexl-follow-line hexl-activate-ruler turn-on-eldoc-mode) :group 'hexl) -(defface hexl-address-area +(defface hexl-address-region '((t (:inherit header-line))) "Face used in address are of hexl-mode buffer." :group 'hexl) -(defface hexl-ascii-area +(defface hexl-ascii-region '((t (:inherit header-line))) "Face used in ascii are of hexl-mode buffer." :group 'hexl) @@ -121,8 +121,8 @@ (defvar hexl-font-lock-keywords '(("^\\([0-9a-f]+:\\).\\{40\\} \\(.+$\\)" ;; "^\\([0-9a-f]+:\\).+ \\(.+$\\)" - (1 'hexl-address-area t t) - (2 'hexl-ascii-area t t))) + (1 'hexl-address-region t t) + (2 'hexl-ascii-region t t))) "Font lock keywords used in `hexl-mode'.") ;; routines @@ -935,7 +935,7 @@ (hl-line-mode 1)) (defun hexl-highlight-line-range () - "Return the range of address area for the point. + "Return the range of address region for the point. This function is assumed to be used as call back function for `hl-line-mode'." (cons (line-beginning-position)