]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 15 Mar 2008 21:50:58 +0000 (21:50 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 15 Mar 2008 21:50:58 +0000 (21:50 +0000)
lisp/net/tramp-compat.el

index 7c75fbb2eb6d07f8491dbd5f62cddfd402c41510..b07ffd5f56d392c2a991b3d1cf971b070ba4bf53 100644 (file)
@@ -217,9 +217,9 @@ Add the extension of FILENAME, if existing."
     (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))