diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-18 23:34:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-18 23:34:22 +0000 |
commit | ba275b2de9b4d44d07d8c5286c82031f261ca438 (patch) | |
tree | 00e3dfa7e398a72654999a0fc4edcdf4abbe4858 /lisp/hexl.el | |
parent | 3886f8e2299a4e31477af502210ebd7c2fac1bb6 (diff) | |
download | emacs-ba275b2de9b4d44d07d8c5286c82031f261ca438.tar.gz |
(hexl-mode): Make local binding for hexl-max-address.
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r-- | lisp/hexl.el | 2 |
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. (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)))) |