]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 1 Feb 2009 10:45:30 +0000 (10:45 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 1 Feb 2009 10:45:30 +0000 (10:45 +0000)
lisp/net/tramp-cache.el

index 8399a7050a626a82313313084603246ed49d49c8..00e70aa79dd19e477aa4aa50c0040c70957c53e2 100644 (file)
@@ -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 --