X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;ds=sidebyside;f=lisp%2Friece-skk-kakutei.el;h=03ec5a009e78fc6cbde1f6a34406c0312cc8428b;hb=f757360f3aa7d0a47658a91d5b7bde4e30fb72ba;hp=9aa95c41afbff43e77fcaf12d1c8d8db5f833f15;hpb=5f0e2bd27fbe7355383ea04742c2c74f9561c76a;p=riece diff --git a/lisp/riece-skk-kakutei.el b/lisp/riece-skk-kakutei.el index 9aa95c4..03ec5a0 100644 --- a/lisp/riece-skk-kakutei.el +++ b/lisp/riece-skk-kakutei.el @@ -30,6 +30,8 @@ ;;; Code: +(eval-when-compile (require 'riece)) + (defun riece-skk-kakutei-command-enter-message () "Send the current line to the current channel." (interactive) @@ -40,7 +42,7 @@ "Send the current line to the current channel as NOTICE." (interactive) (when (riece-skk-kakutei) - (riece-command-enter-message-ad-notice))) + (riece-command-enter-message-as-notice))) (defun riece-skk-kakutei () "When required after-follow return `t'."