From: ueno Date: Sat, 27 Aug 2005 23:01:46 +0000 (+0000) Subject: Fixed a typo. X-Git-Tag: channel-coding-branchpoint~9 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f253e9271fe173e1aeef5e13f07aff372da314c6;p=elisp%2Friece.git Fixed a typo. --- diff --git a/lisp/riece-addon.el b/lisp/riece-addon.el index 3cd4593..9dd1947 100644 --- a/lisp/riece-addon.el +++ b/lisp/riece-addon.el @@ -236,7 +236,7 @@ (setq pointer nil) (setq pointer (cdr pointer)))) (setq addons (nreverse addons)) - (if (and (> (length addon) 1) + (if (and (> (length addons) 1) (eq verbose 'ask) (not (y-or-n-p (format "%s will be insinuated. Continue?" (mapconcat #'symbol-name addons ", ")))))