Skip to content

Commit

Permalink
* net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
Browse files Browse the repository at this point in the history
  • Loading branch information
albinus committed Feb 1, 2009
1 parent 7211646 commit 9604b2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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>
Expand Down Expand Up @@ -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 --
Expand Down

0 comments on commit 9604b2d

Please sign in to comment.