From: Richard M. Stallman Date: Mon, 18 Apr 1994 23:34:22 +0000 (+0000) Subject: (hexl-mode): Make local binding for hexl-max-address. X-Git-Tag: emacs-19.34~8901 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba275b2de9b4d44d07d8c5286c82031f261ca438;p=emacs.git (hexl-mode): Make local binding for hexl-max-address. --- 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))))