# HG changeset patch # User Richard M. Stallman # Date 1114513335 0 # Node ID 93f163f12d383c74c590d1db6875054c5741dd27 # Parent 7b4e7e55f61b7a6dfcb98ba25c466a678c6fa645 (hexl-mode): Use new name eldoc-documentation-function. diff -r 7b4e7e55f61b -r 93f163f12d38 lisp/hexl.el --- a/lisp/hexl.el Tue Apr 26 11:01:52 2005 +0000 +++ b/lisp/hexl.el Tue Apr 26 11:02:15 2005 +0000 @@ -284,7 +284,7 @@ (add-hook 'change-major-mode-hook 'hexl-maybe-dehexlify-buffer nil t) ;; Set a callback function for eldoc. - (set (make-local-variable 'eldoc-print-current-symbol-info-function) + (set (make-local-variable 'eldoc-documentation-function) 'hexl-print-current-point-info) (eldoc-add-command-completions "hexl-") (eldoc-remove-command "hexl-save-buffer"