[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/hexl.el
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/hexl.el |
Date: |
Tue, 26 Apr 2005 07:02:16 -0400 |
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] Changes to emacs/lisp/hexl.el,
Richard M . Stallman <=