erc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erc-commit] [commit][master] Make erc-default-port an integer rather th


From: mwolson
Subject: [Erc-commit] [commit][master] Make erc-default-port an integer rather than a string
Date: Sun, 14 Oct 2007 00:49:24 -0400

commit ed82eb9ce65da6f605efc36d97f561983ea40204
Author: Michael W. Olson <address@hidden>
Date:   Sun Sep 2 21:33:12 2007 -0400

    Make erc-default-port an integer rather than a string
    
    * erc.el (erc-default-port): Make this an integer value rather than a
      string.  Thanks to Luca Capello for the report.

diff --git a/ChangeLog b/ChangeLog
index f9594d8..f62931f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-03  Michael Olson  <address@hidden>
+
+       * erc.el (erc-default-port): Make this an integer value rather
+       than a string.  Thanks to Luca Capello for the report.
+
 2007-08-27  Michael Olson  <address@hidden>
 
        * erc.el (erc-cmd-GQUIT): If erc-kill-queries-on-quit is non-nil,
diff --git a/erc.el b/erc.el
index 2c931d8..325e2d9 100644
--- a/erc.el
+++ b/erc.el
@@ -1461,7 +1461,7 @@ Turning on `erc-mode' runs the hook `erc-mode-hook'."
 (defconst erc-default-server "irc.freenode.net"
   "IRC server to use if it cannot be detected otherwise.")
 
-(defconst erc-default-port "6667"
+(defconst erc-default-port 6667
   "IRC port to use if it cannot be detected otherwise.")
 
 (defcustom erc-join-buffer 'buffer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]