Mercurial > emacs
changeset 101728:0e77ae8c6b45
* net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sun, 01 Feb 2009 10:45:30 +0000 |
parents | 65cd5deb8072 |
children | adfc49512fc6 |
files | lisp/net/tramp-cache.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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 --