summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2004-02-08 22:36:31 +0000
committerAndreas Schwab <schwab@suse.de>2004-02-08 22:36:31 +0000
commit45ad49ba3bbfdcce66f9d6c42a94fd7935498c2a (patch)
tree525b2b86f7f3f467d56a7444b994d6cb00939916 /lisp/hexl.el
parent527a5746241eaa2879b5daf18159d54198f3fe38 (diff)
downloademacs-45ad49ba3bbfdcce66f9d6c42a94fd7935498c2a.tar.gz
(hexl-insert-char): Add missing format string argument.
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r--lisp/hexl.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el
index a4e9792dc6b..413344fc375 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -1,6 +1,6 @@
;;; hexl.el --- edit a file in a hex dump format using the hexl filter
-;; Copyright (C) 1989, 1994, 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
+;; Copyright (C) 1989, 1994, 1998, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
;; Author: Keith Gabryelski <ag@wheaties.ai.mit.edu>
;; Maintainer: FSF
@@ -742,7 +742,7 @@ and their encoded form is inserted byte by byte."
CH must be a unibyte character whose value is between 0 and 255."
(if (or (< ch 0) (> ch 255))
- (error "Invalid character 0x%x -- must be in the range [0..255]"))
+ (error "Invalid character 0x%x -- must be in the range [0..255]" ch))
(let ((address (hexl-current-address t)))
(while (> num 0)
(let ((hex-position