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:
parent
3886f8e229
commit
ba275b2de9
@ -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))))
|
||||
|
Loading…
Reference in New Issue
Block a user