Mercurial > emacs
changeset 73727:9105f834eb17
(erc-dcc-send-file): Fix typo in error message.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 06 Nov 2006 02:08:42 +0000 |
parents | 21c7a5b30ab2 |
children | d8a07f1f5442 |
files | lisp/erc/erc-dcc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/erc/erc-dcc.el Mon Nov 06 02:07:52 2006 +0000 +++ b/lisp/erc/erc-dcc.el Mon Nov 06 02:08:42 2006 +0000 @@ -808,7 +808,7 @@ (erc-ip-to-decimal (nth 0 contact)) (nth 1 contact) size))) - (error "`make-network-process' not supported by your emacs."))) + (error "`make-network-process' not supported by your Emacs"))) ;;; GET handling