(erc-input-message): Replace last-command-char with last-command-event.
authorGlenn Morris <rgm@gnu.org>
Fri, 9 Jan 2009 04:27:03 +0000 (04:27 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 9 Jan 2009 04:27:03 +0000 (04:27 +0000)
lisp/erc/ChangeLog
lisp/erc/erc.el

index bc11adc..aeae366 100644 (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.
index a1762d8..756ecef 100644 (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 ()