# HG changeset patch # User Michael Albinus # Date 1233485130 0 # Node ID 0e77ae8c6b4584066d7d40370e8e65bce309bb4c # Parent 65cd5deb8072603af807bf38d638f47dba8c8e42 * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'. diff -r 65cd5deb8072 -r 0e77ae8c6b45 lisp/net/tramp-cache.el --- a/lisp/net/tramp-cache.el Sun Feb 01 10:44:39 2009 +0000 +++ b/lisp/net/tramp-cache.el Sun Feb 01 10:45:30 2009 +0000 @@ -1,6 +1,7 @@ ;;; tramp-cache.el --- file information caching for Tramp -;; Copyright (C) 2000, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2005, 2006, 2007, 2008, +;; 2009 Free Software Foundation, Inc. ;; Author: Daniel Pittman ;; Michael Albinus @@ -60,6 +61,7 @@ (autoload 'tramp-file-name-user "tramp") (autoload 'tramp-file-name-host "tramp") (autoload 'tramp-file-name-localname "tramp") + (autoload 'tramp-run-real-handler "tramp") (autoload 'time-stamp-string "time-stamp")) ;;; -- Cache --