]> git.eshelyaron.com Git - emacs.git/commitdiff
2004-03-09 Masatake YAMATO <jet@gyve.org>
authorMasatake YAMATO <jet@gyve.org>
Tue, 9 Mar 2004 01:25:27 +0000 (01:25 +0000)
committerMasatake YAMATO <jet@gyve.org>
Tue, 9 Mar 2004 01:25:27 +0000 (01:25 +0000)
* hexl.el (hexl-mode): Use `make-local-variable' instead of
`make-variable-buffer-local'.

lisp/ChangeLog
lisp/hexl.el

index 5927438748fda610c0d352a6006452f25ab6390e..af42e158cd792f96f33345e2a2da9d051b89e531 100644 (file)
@@ -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
index 40e3c929c590d07bc94c5f1d9b54908f18579d16..9fd21824f26fed457e491d7b226ae5c9375195f6 100644 (file)
@@ -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"