summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-01-09 04:44:15 +0000
committerGlenn Morris <rgm@gnu.org>2009-01-09 04:44:15 +0000
commitf96b794d42ad03a8ff0cba496281890d7841037a (patch)
tree62887c6c2267b2bf04d3d6f79418f7488408cf16 /lisp/hexl.el
parent82b768a98417f8aef36a7b42f3a5361afb9fbf57 (diff)
downloademacs-f96b794d42ad03a8ff0cba496281890d7841037a.tar.gz
Replace last-command-char with last-command-event.
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r--lisp/hexl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el
index 6d63bccba65..2cdd449af38 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -835,7 +835,7 @@ Interactively, with a numeric argument, insert this character that many times.
Non-ASCII characters are first encoded with `buffer-file-coding-system',
and their encoded form is inserted byte by byte."
(interactive "p")
- (hexl-insert-multibyte-char last-command-char arg))
+ (hexl-insert-multibyte-char last-command-event arg))
(defun hexl-insert-char (ch num)
"Insert the character CH NUM times in a hexl buffer.