# HG changeset patch # User Richard M. Stallman # Date 766712062 0 # Node ID 7a3b606e7d27fc3b27e0e0405b091792c6a059a7 # Parent a517c80bbe8d3631df6ce5790eaacd960db386fd (hexl-mode): Make local binding for hexl-max-address. diff -r a517c80bbe8d -r 7a3b606e7d27 lisp/hexl.el --- a/lisp/hexl.el Mon Apr 18 22:41:49 1994 +0000 +++ b/lisp/hexl.el Mon Apr 18 23:34:22 1994 +0000 @@ -170,6 +170,8 @@ (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))))