1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(hexl-mode): Make local binding for hexl-max-address.

This commit is contained in:
Richard M. Stallman 1994-04-18 23:34:22 +00:00
parent 3886f8e229
commit ba275b2de9

View File

@ -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))))