emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/url/url-misc.el, v [EMACS_22_BASE]


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-misc.el, v [EMACS_22_BASE]
Date: Sat, 22 Sep 2007 19:00:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/09/22 19:00:22

Index: url-misc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/url/url-misc.el,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -u -b -r1.10.2.1 -r1.10.2.2
--- url-misc.el 25 Jul 2007 04:18:20 -0000      1.10.2.1
+++ url-misc.el 22 Sep 2007 19:00:22 -0000      1.10.2.2
@@ -75,7 +75,7 @@
   (let* ((type (intern (downcase (url-type url))))
         (server (url-host url))
         (name (url-user url))
-        (port (url-port url)))
+        (port (number-to-string (url-port url))))
     (url-do-terminal-emulator type server port name))
   nil)
 




reply via email to

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