From ba275b2de9b4d44d07d8c5286c82031f261ca438 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 18 Apr 1994 23:34:22 +0000 Subject: [PATCH] (hexl-mode): Make local binding for hexl-max-address. --- lisp/hexl.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/hexl.el b/lisp/hexl.el index 219e0c6a027..75a5222e155 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -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)))) -- 2.39.5