From 525df72753acdd0221771a2a298842868f49f4b4 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 20 May 2020 18:01:06 +0200 Subject: [PATCH] ; 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 63c0769e309..24ee6fa51f3 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 -- 2.39.5