aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-04-26 11:02:15 +0000
committerRichard M. Stallman2005-04-26 11:02:15 +0000
commit881e0a3cf42108e244ccb24a99ba81d6dab07352 (patch)
treeaf471309f45130814b8ef424fa15e8378a7fc25e
parent8f348211f9851ea882032206032e6a4a275c5e61 (diff)
downloademacs-881e0a3cf42108e244ccb24a99ba81d6dab07352.tar.gz
emacs-881e0a3cf42108e244ccb24a99ba81d6dab07352.zip
(hexl-mode): Use new name eldoc-documentation-function.
-rw-r--r--lisp/hexl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el
index af996940f86..99bbda91c6c 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -284,7 +284,7 @@ You can use \\[hexl-find-file] to visit a file in Hexl mode.
284 (add-hook 'change-major-mode-hook 'hexl-maybe-dehexlify-buffer nil t) 284 (add-hook 'change-major-mode-hook 'hexl-maybe-dehexlify-buffer nil t)
285 285
286 ;; Set a callback function for eldoc. 286 ;; Set a callback function for eldoc.
287 (set (make-local-variable 'eldoc-print-current-symbol-info-function) 287 (set (make-local-variable 'eldoc-documentation-function)
288 'hexl-print-current-point-info) 288 'hexl-print-current-point-info)
289 (eldoc-add-command-completions "hexl-") 289 (eldoc-add-command-completions "hexl-")
290 (eldoc-remove-command "hexl-save-buffer" 290 (eldoc-remove-command "hexl-save-buffer"