+2002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
+
+ * time.el (display-time-load-average-threshold): Fix defcustom
+ (add type and group).
+
+ * net/ange-ftp.el (ange-ftp-shell-command): Remove port
+ specification from the hostname.
+
2002-01-02 Richard M. Stallman <rms@gnu.org>
* facemenu.el (facemenu-active-faces):
(ange-ftp-real-shell-command command output-buffer error-buffer)
(if (> (length name) 0) ; else it's $HOME
(setq command (concat "cd " name "; " command)))
+ ;; Remove port from the hostname
+ (string-match "\\(.*\\)#\\(.*\\)" host)
+ (setq host (match-string 1 host))
(setq command
(format "%s %s \"%s\"" ; remsh -l USER does not work well
; on a hp-ux machine I tried