diff options
| -rw-r--r-- | lisp/erc/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/erc/erc.el | 2 |
2 files changed, 6 insertions, 1 deletions
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 @@ | |||
| 1 | 2009-01-09 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * erc.el (erc-input-message): Replace last-command-char with | ||
| 4 | last-command-event. | ||
| 5 | |||
| 1 | 2009-01-08 Glenn Morris <rgm@gnu.org> | 6 | 2009-01-08 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * erc.el (tabbar--local-hlf): Silence compiler. | 8 | * 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, | |||
| 3708 | (let ((minibuffer-allow-text-properties t) | 3708 | (let ((minibuffer-allow-text-properties t) |
| 3709 | (read-map minibuffer-local-map)) | 3709 | (read-map minibuffer-local-map)) |
| 3710 | (insert (read-from-minibuffer "Message: " | 3710 | (insert (read-from-minibuffer "Message: " |
| 3711 | (string last-command-char) read-map)) | 3711 | (string last-command-event) read-map)) |
| 3712 | (erc-send-current-line))) | 3712 | (erc-send-current-line))) |
| 3713 | 3713 | ||
| 3714 | (defvar erc-action-history-list () | 3714 | (defvar erc-action-history-list () |