Index: emacs/lisp/hexl.el
diff -c emacs/lisp/hexl.el:1.91 emacs/lisp/hexl.el:1.92
*** emacs/lisp/hexl.el:1.91     Mon Dec 27 11:59:49 2004
--- emacs/lisp/hexl.el  Tue Apr 26 11:02:15 2005
***************
*** 284,290 ****
      (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)
         'hexl-print-current-point-info)
      (eldoc-add-command-completions "hexl-")
      (eldoc-remove-command "hexl-save-buffer" 
--- 284,290 ----
      (add-hook 'change-major-mode-hook 'hexl-maybe-dehexlify-buffer nil t)
  
      ;; Set a callback function for eldoc.
!     (set (make-local-variable 'eldoc-documentation-function)
         'hexl-print-current-point-info)
      (eldoc-add-command-completions "hexl-")
      (eldoc-remove-command "hexl-save-buffer" 


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to