]> git.eshelyaron.com Git - emacs.git/commit
(hexl-insert-multibyte-char) New function.
authorEli Zaretskii <eliz@gnu.org>
Thu, 23 Aug 2001 10:55:30 +0000 (10:55 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 23 Aug 2001 10:55:30 +0000 (10:55 +0000)
commit02aec07b6ef1e4f20ce9577e99e644c6774dbd77
treeea98f9abb628470ba02a81735a5992947501c99b
parentf704264eb9ebde6e2dcdde3d018c8808b9fbc17c
(hexl-insert-multibyte-char) New function.
(hexl-quoted-insert, hexl-self-insert-command)
(hexl-insert-hex-char, hexl-insert-decimal-char)
(hexl-insert-octal-char): Call it instead of hexl-insert-char.
Fix the doc strings accordingly.
(hexl-insert-char): Reject characters whose code is above 255.
Doc fix.
(hexl-mode-map): Copy the global keymap instead of creating a
sparse keymap, and bind all self-inserting characters to
hexl-self-insert-command.
lisp/ChangeLog
lisp/hexl.el