From acd241a63bc0629e92d39833f200c348d99c0cc1 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sat, 19 Feb 2005 13:02:40 +0000 Subject: [PATCH] Fixed. --- lisp/riece-ctcp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/riece-ctcp.el b/lisp/riece-ctcp.el index 9bb7de3..35d3eb5 100644 --- a/lisp/riece-ctcp.el +++ b/lisp/riece-ctcp.el @@ -77,7 +77,7 @@ (run-hook-with-args-until-success hook prefix (car targets) message)) (if function - (riece--funcall-ignore-errors (symbol-name function) + (riece-funcall-ignore-errors (symbol-name function) function prefix (car targets) message)) (riece-ignore-errors (symbol-name after-hook) -- 2.17.1