aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-18 23:34:22 +0000
committerRichard M. Stallman1994-04-18 23:34:22 +0000
commitba275b2de9b4d44d07d8c5286c82031f261ca438 (patch)
tree00e3dfa7e398a72654999a0fc4edcdf4abbe4858
parent3886f8e2299a4e31477af502210ebd7c2fac1bb6 (diff)
downloademacs-ba275b2de9b4d44d07d8c5286c82031f261ca438.tar.gz
emacs-ba275b2de9b4d44d07d8c5286c82031f261ca438.zip
(hexl-mode): Make local binding for hexl-max-address.
-rw-r--r--lisp/hexl.el2
1 files changed, 2 insertions, 0 deletions
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.
170 (make-local-variable 'write-contents-hooks) 170 (make-local-variable 'write-contents-hooks)
171 (add-hook 'write-contents-hooks 'hexl-save-buffer) 171 (add-hook 'write-contents-hooks 'hexl-save-buffer)
172 172
173 (make-local-variable 'hexl-max-address)
174
173 (let ((modified (buffer-modified-p)) 175 (let ((modified (buffer-modified-p))
174 (inhibit-read-only t) 176 (inhibit-read-only t)
175 (original-point (1- (point)))) 177 (original-point (1- (point))))