changeset 92981:9ee1ca8ab653

*** empty log message ***
author Michael Albinus <michael.albinus@gmx.de>
date Sat, 15 Mar 2008 21:50:58 +0000
parents ba464718dbd7
children afa7a7913261
files lisp/net/tramp-compat.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/tramp-compat.el	Sat Mar 15 19:37:17 2008 +0000
+++ b/lisp/net/tramp-compat.el	Sat Mar 15 21:50:58 2008 +0000
@@ -217,9 +217,9 @@
     (copy-file filename newname ok-if-already-exists keep-date)))
 
 ;; `copy-tree' is a built-in function in XEmacs.  In Emacs 21, it is
-;; an auoloaded function in cl-extra.el.  Since Emacs 22, it is part
+;; an autoloaded function in cl-extra.el.  Since Emacs 22, it is part
 ;; of subr.el.  There are problems when autoloading, therefore we test
-;; for for `subrp' and `symbol-file'.  Implementation is taken from Emacs23.
+;; for `subrp' and `symbol-file'.  Implementation is taken from Emacs23.
 (defun tramp-compat-copy-tree (tree)
   "Make a copy of TREE (compat function)."
   (if (or (subrp 'copy-tree) (symbol-file 'copy-tree))