From 51bc9aff5ed6323b80d7c76f7e326a656f2f56b8 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 9 Jan 2009 04:27:03 +0000 Subject: [PATCH] (erc-input-message): Replace last-command-char with last-command-event. --- lisp/erc/ChangeLog | 5 +++++ lisp/erc/erc.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index bc11adc7f75..aeae366a1d5 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,3 +1,8 @@ +2009-01-09 Glenn Morris + + * erc.el (erc-input-message): Replace last-command-char with + last-command-event. + 2009-01-08 Glenn Morris * erc.el (tabbar--local-hlf): Silence compiler. diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index a1762d84d94..756ecef14fd 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -3708,7 +3708,7 @@ If FACE is non-nil, it will be used to propertize the prompt. If it is nil, (let ((minibuffer-allow-text-properties t) (read-map minibuffer-local-map)) (insert (read-from-minibuffer "Message: " - (string last-command-char) read-map)) + (string last-command-event) read-map)) (erc-send-current-line))) (defvar erc-action-history-list () -- 2.39.2