/[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.100 by jet, Wed Aug 10 18:15:50 2005 UTC revision 1.101 by jet, Tue Aug 23 03:38:23 2005 UTC
# Line 426  Ask the user for confirmation." Line 426  Ask the user for confirmation."
426    
427  (defun hexl-print-current-point-info ()  (defun hexl-print-current-point-info ()
428    "Return current hexl-address in string.    "Return current hexl-address in string.
429  This function is indented to be used as eldoc callback."  This function is intended to be used as eldoc callback."
430    (let ((addr (hexl-current-address)))    (let ((addr (hexl-current-address)))
431      (format "Current address is %d/0x%08x" addr addr)))      (format "Current address is %d/0x%08x" addr addr)))
432    

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101

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