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


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

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/09/22 19:01:02

Index: url-misc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/url/url-misc.el,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- url-misc.el 26 Jul 2007 05:27:37 -0000      1.11
+++ url-misc.el 22 Sep 2007 19:01:02 -0000      1.12
@@ -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]