Преглед на файлове

ob-comint.el: Revert yet another change

* ob-comint.el (org-babel-comint-eval-invisibly-and-wait-for-file):
  Remove the `(ignore v)'.  This creates a byte-compiler warning for
  supposedly unused `v', but allows remote execution.
Charles Berry преди 9 години
родител
ревизия
da4db33132
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      lisp/ob-comint.el

+ 1 - 2
lisp/ob-comint.el

@@ -152,8 +152,7 @@ FILE exists at end of evaluation."
   ;; From Tramp 2.1.19 the following cache flush is not necessary
   (if (file-remote-p default-directory)
       (let (v)
-	(ignore v)
-	(with-parsed-tramp-file-name default-directory nil
+	(with-parsed-tramp-file-name default-directory v
 	  (tramp-flush-directory-property v ""))))
   (while (not (file-exists-p file)) (sit-for (or period 0.25))))