# HG changeset patch # User Masatake YAMATO # Date 1078795527 0 # Node ID 2d1d046af00aab6f2e0b01eefde50f39eeb8f680 # Parent 2b03687764dfbc68ba3abd10689534b1dd3c96a8 2004-03-09 Masatake YAMATO * hexl.el (hexl-mode): Use `make-local-variable' instead of `make-variable-buffer-local'. diff -r 2b03687764df -r 2d1d046af00a lisp/ChangeLog --- 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 + + * hexl.el (hexl-mode): Use `make-local-variable' instead of + `make-variable-buffer-local'. + 2004-03-08 Michael Albinus * find-dired.el (find-dired): Call `shell-command' instead of diff -r 2b03687764df -r 2d1d046af00a lisp/hexl.el --- 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"