]> code.delx.au - gnu-emacs/commitdiff
(erc-dcc-send-file): Fix typo in error message.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:08:42 +0000 (02:08 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:08:42 +0000 (02:08 +0000)
lisp/erc/erc-dcc.el

index 4b9172f06d79a36680c3d8bd6663f2e80e4475f3..098e9085d745e3345d94816ae6b476e1f91275d1 100644 (file)
@@ -808,7 +808,7 @@ other client."
                        (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