Mercurial > emacs
changeset 38959:c59671f19daa
(hexl-insert-multibyte-char, hexl-insert-char): Remove
periods from the end of error message strings. From Pavel
Janik <Pavel@Janik.cz>.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 26 Aug 2001 16:39:31 +0000 |
parents | 46a78eeae786 |
children | 09ba5e4cf0d2 |
files | lisp/hexl.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/hexl.el Sun Aug 26 16:36:14 2001 +0000 +++ b/lisp/hexl.el Sun Aug 26 16:39:31 2001 +0000 @@ -703,7 +703,7 @@ (hexl-insert-char ch num)) ((eq charset 'unknown) (error - "0x%x -- invalid character code; use \\[hexl-insert-hex-string]." + "0x%x -- invalid character code; use \\[hexl-insert-hex-string]" ch)) (t (let ((encoded (encode-coding-char ch coding)) @@ -723,7 +723,7 @@ ch internal-hex)) (setq encoded internal) (error - "Can't encode `0x%x' with this buffer's coding system; try \\[hexl-insert-hex-string]." + "Can't encode `0x%x' with this buffer's coding system; try \\[hexl-insert-hex-string]" ch))) (while (> num 0) (mapc @@ -744,7 +744,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]")) (let ((address (hexl-current-address t))) (while (> num 0) (let ((hex-position