From 4f918f606bd43ea796441a75fa27414efc0e03f8 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Tue, 9 Mar 2004 01:25:27 +0000 Subject: 2004-03-09 Masatake YAMATO * hexl.el (hexl-mode): Use `make-local-variable' instead of `make-variable-buffer-local'. --- lisp/hexl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/hexl.el') diff --git a/lisp/hexl.el b/lisp/hexl.el index 40e3c929c5..9fd21824f2 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -239,7 +239,7 @@ You can use \\[hexl-find-file] to visit a file in Hexl mode. (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" -- cgit v1.2.3