comparison lisp/url/url-gw.el @ 96361:a99299e4d2de

American English spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Jun 2008 02:13:38 +0000
parents 8259d0d8e107
children 7369ded3b436
comparison
equal deleted inserted replaced
96360:b4fbe199423a 96361:a99299e4d2de
1 ;;; url-gw.el --- Gateway munging for URL loading 1 ;;; url-gw.el --- Gateway munging for URL loading
2 2
3 ;; Copyright (C) 1997, 1998, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 ;; Copyright (C) 1997, 1998, 2004, 2005, 2006, 2007, 2008
4 ;; Free Software Foundation, Inc.
4 5
5 ;; Author: Bill Perry <wmperry@gnu.org> 6 ;; Author: Bill Perry <wmperry@gnu.org>
6 ;; Keywords: comm, data, processes 7 ;; Keywords: comm, data, processes
7 8
8 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
261 (url-open-rlogin name buffer host service)) 262 (url-open-rlogin name buffer host service))
262 (otherwise 263 (otherwise
263 (error "Bad setting of url-gateway-method: %s" 264 (error "Bad setting of url-gateway-method: %s"
264 url-gateway-method))))) 265 url-gateway-method)))))
265 ;; Ignoring errors here seems wrong. E.g. it'll throw away the 266 ;; Ignoring errors here seems wrong. E.g. it'll throw away the
266 ;; error signalled two lines above. It was also found inconvenient 267 ;; error signaled two lines above. It was also found inconvenient
267 ;; during debugging. 268 ;; during debugging.
268 ;; (error 269 ;; (error
269 ;; (setq conn nil)) 270 ;; (setq conn nil))
270 ) 271 )
271 conn))) 272 conn)))