emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/org e6c7ea3: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org e6c7ea3: Merge branch 'bugfix'
Date: Sat, 11 Dec 2021 11:57:29 -0500 (EST)

branch: externals/org
commit e6c7ea3a3626d8fce5361f000f9d17e7192c826a
Merge: 41f412f 888689f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    Merge branch 'bugfix'
---
 lisp/org-macro.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-macro.el b/lisp/org-macro.el
index 749df4e..52ad4af 100644
--- a/lisp/org-macro.el
+++ b/lisp/org-macro.el
@@ -377,7 +377,7 @@ Return value as a string."
            date)
        (unwind-protect
            (progn
-             (vc-call print-log file buf nil nil 1)
+             (vc-call print-log (list file) buf nil nil 1)
              (with-current-buffer buf
                (vc-exec-after
                 (lambda ()



reply via email to

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