Mercurial > emacs
changeset 101007:89a622c4b938
(erc-input-message): Replace last-command-char with last-command-event.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 09 Jan 2009 04:27:03 +0000 |
parents | 0ffd7b9d2985 |
children | 5aa3a4e05089 |
files | lisp/erc/ChangeLog lisp/erc/erc.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/erc/ChangeLog Fri Jan 09 04:26:14 2009 +0000 +++ b/lisp/erc/ChangeLog Fri Jan 09 04:27:03 2009 +0000 @@ -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.
--- a/lisp/erc/erc.el Fri Jan 09 04:26:14 2009 +0000 +++ b/lisp/erc/erc.el Fri Jan 09 04:27:03 2009 +0000 @@ -3708,7 +3708,7 @@ (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 ()