diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2009-02-01 10:45:30 +0000 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2009-02-01 10:45:30 +0000 |
commit | 18288ba7ae15eb37072b22b782ca92cc6ad66221 (patch) | |
tree | 872c351d26447e948dd5bbfc5b7fef039823c4ce /lisp/net/tramp-cache.el | |
parent | e3c5a1294122e3452a96bf195e7d58cc30e9c580 (diff) | |
download | emacs-18288ba7ae15eb37072b22b782ca92cc6ad66221.tar.gz |
* net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
Diffstat (limited to 'lisp/net/tramp-cache.el')
-rw-r--r-- | lisp/net/tramp-cache.el | 4 |
1 files changed, 3 insertions, 1 deletions
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 <daniel@inanna.danann.net> ;; Michael Albinus <michael.albinus@gmx.de> @@ -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 -- |