(hexl-mode): Make local binding for hexl-max-address.
authorRichard M. Stallman <rms@gnu.org>
Mon, 18 Apr 1994 23:34:22 +0000 (23:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 18 Apr 1994 23:34:22 +0000 (23:34 +0000)
lisp/hexl.el

index 219e0c6..75a5222 100644 (file)
@@ -170,6 +170,8 @@ You can use \\[hexl-find-file] to visit a file in hexl-mode.
     (make-local-variable 'write-contents-hooks)
     (add-hook 'write-contents-hooks 'hexl-save-buffer)
 
+    (make-local-variable 'hexl-max-address)
+
     (let ((modified (buffer-modified-p))
          (inhibit-read-only t)
          (original-point (1- (point))))