emacs-diffs
[Top][All Lists]
Advanced

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

master 525df72: ; Fix comment in tramp-archive.el


From: Michael Albinus
Subject: master 525df72: ; Fix comment in tramp-archive.el
Date: Wed, 20 May 2020 12:01:14 -0400 (EDT)

branch: master
commit 525df72753acdd0221771a2a298842868f49f4b4
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; Fix comment in tramp-archive.el
---
 lisp/net/tramp-archive.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el
index 63c0769..24ee6fa 100644
--- a/lisp/net/tramp-archive.el
+++ b/lisp/net/tramp-archive.el
@@ -109,7 +109,7 @@
 
 (eval-when-compile (require 'cl-lib))
 ;; Sometimes, compilation fails with "Variable binding depth exceeds
-;; max-specpdl-size".
+;; max-specpdl-size".  Shall be fixed in Emacs 27.
 (eval-and-compile
   (let ((max-specpdl-size (* 2 max-specpdl-size))) (require 'tramp-gvfs)))
 
@@ -320,7 +320,7 @@ arguments to pass to the OPERATION."
                              operation args))
             (archive (tramp-archive-file-name-archive filename))
             ;; Sometimes, it fails with "Variable binding depth exceeds
-            ;; max-specpdl-size".
+            ;; max-specpdl-size".  Shall be fixed in Emacs 27.
             (max-specpdl-size (* 2 max-specpdl-size)))
 
         ;; `filename' could be a quoted file name.  Or the file



reply via email to

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