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:
2f36979
)
Fixed typo.
author
ueno
<ueno>
Fri, 4 Feb 2005 08:34:15 +0000
(08:34 +0000)
committer
ueno
<ueno>
Fri, 4 Feb 2005 08:34:15 +0000
(08:34 +0000)
lisp/riece-signal.el
patch
|
blob
|
history
diff --git
a/lisp/riece-signal.el
b/lisp/riece-signal.el
index
522e5a4
..
844c3cc
100644
(file)
--- a/
lisp/riece-signal.el
+++ b/
lisp/riece-signal.el
@@
-108,7
+108,7
@@
This function is for internal use only."
signal-name)
(if (or (null (riece-slot-filter (car slots)))
(riece-ignore-errors (format "signal filter for \"%S\""
- symbol-name)
+ signal-name)
(funcall (riece-slot-filter (car slots)) signal)))
(funcall (riece-slot-function (car slots))
signal (riece-slot-handback (car slots)))))