Mercurial > emacs
changeset 54319:2d1d046af00a
2004-03-09 Masatake YAMATO <jet@gyve.org>
* hexl.el (hexl-mode): Use `make-local-variable' instead of
`make-variable-buffer-local'.
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Tue, 09 Mar 2004 01:25:27 +0000 |
parents | 2b03687764df |
children | a7e59b39de35 |
files | lisp/ChangeLog lisp/hexl.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Mar 09 00:03:07 2004 +0000 +++ b/lisp/ChangeLog Tue Mar 09 01:25:27 2004 +0000 @@ -1,3 +1,8 @@ +2004-03-09 Masatake YAMATO <jet@gyve.org> + + * hexl.el (hexl-mode): Use `make-local-variable' instead of + `make-variable-buffer-local'. + 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de> * find-dired.el (find-dired): Call `shell-command' instead of
--- a/lisp/hexl.el Tue Mar 09 00:03:07 2004 +0000 +++ b/lisp/hexl.el Tue Mar 09 01:25:27 2004 +0000 @@ -239,7 +239,7 @@ (add-hook 'change-major-mode-hook 'hexl-maybe-dehexlify-buffer nil t) ;; Set a callback function for eldoc. - (set (make-variable-buffer-local 'eldoc-print-current-symbol-info-function) + (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"