changeset 61858:93f163f12d38

(hexl-mode): Use new name eldoc-documentation-function.
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Apr 2005 11:02:15 +0000
parents 7b4e7e55f61b
children 348a53b1dd79
files lisp/hexl.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"