# HG changeset patch # User Juanma Barranquero # Date 1162778922 0 # Node ID 9105f834eb1732e063d16feb935cf3e81b8b4557 # Parent 21c7a5b30ab2acf369b7d450b3e95c7374b857cb (erc-dcc-send-file): Fix typo in error message. diff -r 21c7a5b30ab2 -r 9105f834eb17 lisp/erc/erc-dcc.el --- 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