From: Michael Albinus Date: Wed, 20 May 2020 16:01:06 +0000 (+0200) Subject: ; Fix comment in tramp-archive.el X-Git-Tag: emacs-28.0.90~7312 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=525df72753acdd0221771a2a298842868f49f4b4;p=emacs.git ; Fix comment in tramp-archive.el --- 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