From: bg66 Date: Thu, 14 Jun 2001 04:16:38 +0000 (+0000) Subject: * liece-handle.el (liece-handle-notice-message): Don't set `temp' X-Git-Tag: liece-2_0_0-pre1~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fda31005e44ea1d991b6190d872f1eb8ee52392b;p=elisp%2Fliece.git * liece-handle.el (liece-handle-notice-message): Don't set `temp' to nil. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9329287..9042361 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,9 @@ * liece-channel.el (liece-channel-add-buttons): Fix regexp. + * liece-handle.el (liece-handle-notice-message): Don't set `temp' + to nil. + 2001-06-09 OHASHI Akira * liece-handle.el (liece-handle-privmsg-message): Don't compare when diff --git a/lisp/liece-handle.el b/lisp/liece-handle.el index 739168c..a2866ec 100644 --- a/lisp/liece-handle.el +++ b/lisp/liece-handle.el @@ -117,6 +117,7 @@ (concat (substring rest (match-end 0)) "\n")) (return-from liece-handle-notice-message)) (multiple-value-bind (chnl temp) (liece-split-line rest) + (setq temp (or temp "")) ;; This is a ctcp reply but contains additional messages ;; at the left or/and right side. (if (liece-handle-ctcp-message-p temp)