(erc-input-message): Replace last-command-char with last-command-event.

This commit is contained in:
Glenn Morris 2009-01-09 04:27:03 +00:00
parent ed77e66cc6
commit 51bc9aff5e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-01-09 Glenn Morris <rgm@gnu.org>
* erc.el (erc-input-message): Replace last-command-char with
last-command-event.
2009-01-08 Glenn Morris <rgm@gnu.org>
* erc.el (tabbar--local-hlf): Silence compiler.

View file

@ -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 ()