comparison lisp/net/tramp.el @ 96361:a99299e4d2de

American English spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Jun 2008 02:13:38 +0000
parents 13aa0133c5af
children 61ba354c1338
comparison
equal deleted inserted replaced
96360:b4fbe199423a 96361:a99299e4d2de
4402 (inhibit-file-name-operation operation)) 4402 (inhibit-file-name-operation operation))
4403 (apply operation args)))) 4403 (apply operation args))))
4404 4404
4405 ;; We handle here all file primitives. Most of them have the file 4405 ;; We handle here all file primitives. Most of them have the file
4406 ;; name as first parameter; nevertheless we check for them explicitly 4406 ;; name as first parameter; nevertheless we check for them explicitly
4407 ;; in order to be signalled if a new primitive appears. This 4407 ;; in order to be signaled if a new primitive appears. This
4408 ;; scenario is needed because there isn't a way to decide by 4408 ;; scenario is needed because there isn't a way to decide by
4409 ;; syntactical means whether a foreign method must be called. It would 4409 ;; syntactical means whether a foreign method must be called. It would
4410 ;; ease the life if `file-name-handler-alist' would support a decision 4410 ;; ease the life if `file-name-handler-alist' would support a decision
4411 ;; function as well but regexp only. 4411 ;; function as well but regexp only.
4412 (defun tramp-file-name-for-operation (operation &rest args) 4412 (defun tramp-file-name-for-operation (operation &rest args)