Mercurial > emacs
changeset 6952:7a3b606e7d27
(hexl-mode): Make local binding for hexl-max-address.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 18 Apr 1994 23:34:22 +0000 |
parents | a517c80bbe8d |
children | cd88b5f54ae3 |
files | lisp/hexl.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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))))