(url-generic-emulator-loader): Send the port as a string to
`url-do-terminal-emulator'.
+2007-09-22 Diane Murray <disumu@x3y2z1.net>
+
+ * url-misc.el (url-generic-emulator-loader): Send the port as a
+ string to `url-do-terminal-emulator'.
+
2007-09-21 Diane Murray <disumu@x3y2z1.net>
* url-news.el (url-news-fetch-newsgroup): Fix formatting of Gnus
(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)