emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 8aa4147 64/64: tramp.texi: Revert last change due


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 8aa4147 64/64: tramp.texi: Revert last change due to backward compatibility
Date: Sun, 01 May 2016 18:18:43 +0000

branch: emacs-25
commit 8aa41477ba63083a0c48483ea90502a3a660c722
Author: Michael Albinus <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    tramp.texi: Revert last change due to backward compatibility
    
    (cherry picked from commit 910f9a0a936aacbffe9b9b790d7f698dfd287aac)
---
 doc/misc/tramp.texi |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index af22f8d..5ce10d2 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -3390,9 +3390,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/}"))
address@hidden `with-eval-after-load' has been introduced with Emacs 24.4.  
Shall
address@hidden 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]