summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-08-04 04:15:43 +0000
committerJim Blandy <jimb@redhat.com>1992-08-04 04:15:43 +0000
commitc4ea28b3e90c54717a64729ed29d18736a76c6a7 (patch)
treece3d5522aecb19af9cfcd78d2edfe4cdf40d39e0 /lisp/hexl.el
parentd822e0eedf0ca4c60681b94b0f810370f8e603d4 (diff)
downloademacs-c4ea28b3e90c54717a64729ed29d18736a76c6a7.tar.gz
entered into RCS
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r--lisp/hexl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el
index 13ce5f5259f..f9e564f3fa2 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -382,7 +382,7 @@ If there is byte at the target address move to the last byte in that line."
"Move vertically down ARG lines [16 bytes] (up if ARG negative) in hexl-mode.
If there is no byte at the target address move to the last byte in that line."
(interactive "p")
- (hexl-goto-address (let ((address (+ (hexl-current-address) (* arg 16)) t))
+ (hexl-goto-address (let ((address (+ (hexl-current-address) (* arg 16))))
(if (and (< arg 0) (< address 0))
(progn (message "Out of hexl region.")
(setq address