From 18288ba7ae15eb37072b22b782ca92cc6ad66221 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 1 Feb 2009 10:45:30 +0000 Subject: [PATCH] * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'. --- lisp/net/tramp-cache.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el index 8399a7050a6..00e70aa79dd 100644 --- a/lisp/net/tramp-cache.el +++ b/lisp/net/tramp-cache.el @@ -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 -- -- 2.39.2