Mercurial > hg > xemacs-beta
diff lisp/packages/gopher.el @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | ec9a17fef872 |
children | 360340f9fd5f |
line wrap: on
line diff
--- a/lisp/packages/gopher.el Mon Aug 13 09:00:04 2007 +0200 +++ b/lisp/packages/gopher.el Mon Aug 13 09:02:59 2007 +0200 @@ -1310,7 +1310,7 @@ (defun gopher-telnet-object (obj oldbuf) "Start a telnet session to a gopher object. -If gopher-telnet-command is non-nil, then that is a command to start +If gopher-telnet-command is nonnil, then that is a command to start a telnet session in a subprocess. Otherwise, the emacs-lisp telnet package is used." @@ -1547,9 +1547,7 @@ gopher-port-aliases)))) (setq try-again t) (ding) - (message (format "%s: %s" - (nth 0 errinfo) - (nth 1 errinfo))) + (message "%s: %s" (nth 0 errinfo) (nth 1 errinfo)) )))) p)))