* hexl.el (hexl-mode): Use `make-local-variable' instead of
`make-variable-buffer-local'.
+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
(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"