projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3b4c7e
)
Fixed a typo.
author
ueno
<ueno>
Sat, 27 Aug 2005 23:01:46 +0000
(23:01 +0000)
committer
ueno
<ueno>
Sat, 27 Aug 2005 23:01:46 +0000
(23:01 +0000)
lisp/riece-addon.el
patch
|
blob
|
history
diff --git
a/lisp/riece-addon.el
b/lisp/riece-addon.el
index
3cd4593
..
9dd1947
100644
(file)
--- 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 ", ")))))