From e3ea58b7ea4bde720c47d1d04ca06c1e935ba7e2 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 15 Mar 2008 21:50:58 +0000 Subject: [PATCH] *** empty log message *** --- lisp/net/tramp-compat.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/net/tramp-compat.el b/lisp/net/tramp-compat.el index 7c75fbb2eb6..b07ffd5f56d 100644 --- a/lisp/net/tramp-compat.el +++ b/lisp/net/tramp-compat.el @@ -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)) -- 2.39.5