From: Michael Albinus Date: Sun, 1 May 2016 08:14:05 +0000 (+0200) Subject: tramp.texi: Revert last change due to backward compatibility X-Git-Tag: emacs-26.0.90~2040 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=910f9a0a936aacbffe9b9b790d7f698dfd287aac;p=emacs.git tramp.texi: Revert last change due to backward compatibility --- diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 3bc83565409..08e5de20c21 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -3132,9 +3132,11 @@ Since @file{filecache} remembers visited places, add the remote directory to the cache: @lisp -(with-eval-after-load "filecache" - (file-cache-add-directory - "@trampfn{ssh,news@@news.my.domain,/opt/news/etc/}")) +@c `with-eval-after-load' has been introduced with Emacs 24.4. Shall +@c be used when appropriate. +(eval-after-load "filecache" + '(file-cache-add-directory + "@trampfn{ssh,news@@news.my.domain,/opt/news/etc/}")) @end lisp Then use directory completion in the minibuffer with @kbd{C-x C-f