# HG changeset patch # User Andreas Schwab # Date 1076279791 0 # Node ID 8af44ca54bdf07d9e8d4e9829fcdd1abb3f1803c # Parent a119a19bb7b351df64077f15b4cf2aa4aa450830 (hexl-insert-char): Add missing format string argument. diff -r a119a19bb7b3 -r 8af44ca54bdf lisp/hexl.el --- a/lisp/hexl.el Sun Feb 08 22:36:05 2004 +0000 +++ b/lisp/hexl.el Sun Feb 08 22:36:31 2004 +0000 @@ -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 @@ 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