Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
18288ba7
Commit
18288ba7
authored
Feb 01, 2009
by
Michael Albinus
Browse files
* net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
parent
e3c5a129
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/net/tramp-cache.el
lisp/net/tramp-cache.el
+3
-1
No files found.
lisp/net/tramp-cache.el
View file @
18288ba7
;;; 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 --
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment