projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ac88d2
)
Fix typo.
author
ueno
<ueno>
Tue, 31 Oct 2000 13:29:11 +0000
(13:29 +0000)
committer
ueno
<ueno>
Tue, 31 Oct 2000 13:29:11 +0000
(13:29 +0000)
smtp.el
patch
|
blob
|
history
diff --git
a/smtp.el
b/smtp.el
index
0747df4
..
ab7a2fc
100644
(file)
--- a/
smtp.el
+++ b/
smtp.el
@@
-285,7
+285,7
@@
or `smtp-local-domain' correctly."))))))
(insert output)))
(put 'smtp-response-error 'error-message "SMTP response error")
-(put 'smtp-response-error 'error-conditions '(smtp-protocol-error error))
+(put 'smtp-response-error 'error-conditions '(smtp-response-error error))
(defun smtp-response-error (response)
(signal 'smtp-response-error response))