From f96b794d42ad03a8ff0cba496281890d7841037a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 9 Jan 2009 04:44:15 +0000 Subject: Replace last-command-char with last-command-event. --- lisp/hexl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/hexl.el') 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. -- cgit v1.2.1