From a2b32f54f190f0e12dd300eac85f7f68872cc9e4 Mon Sep 17 00:00:00 2001 From: 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) -- 1.7.10.4