From: Andreas Schwab Date: Sun, 8 Feb 2004 22:36:31 +0000 (+0000) Subject: (hexl-insert-char): Add missing format string argument. X-Git-Tag: ttn-vms-21-2-B4~7705 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45ad49ba3bbfdcce66f9d6c42a94fd7935498c2a;p=emacs.git (hexl-insert-char): Add missing format string argument. --- 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 ;; 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