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

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

[elpa] externals/org 2924c77848 1/2: org-compat: Add missing argument to


From: ELPA Syncer
Subject: [elpa] externals/org 2924c77848 1/2: org-compat: Add missing argument to `connection-local-get-profiles'
Date: Thu, 3 Nov 2022 22:58:16 -0400 (EDT)

branch: externals/org
commit 2924c778482a2e62e3bc906fbd3ecd18beb1d11f
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-compat: Add missing argument to `connection-local-get-profiles'
    
    * lisp/org-compat.el (with-connection-local-variables): Add missing
    required argument to the `connection-local-get-profiles' call.
    
    Reported-by: Max Nikulin <manikulin@gmail.com>
    Link: https://orgmode.org/list/tk0pjd$ebo$1@ciao.gmane.io
---
 lisp/org-compat.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-compat.el b/lisp/org-compat.el
index 975b360fb4..15ee9dac22 100644
--- a/lisp/org-compat.el
+++ b/lisp/org-compat.el
@@ -285,7 +285,7 @@ extension beyond end of line was not controllable."
     "Apply connection-local variables according to `default-directory'.
 Execute BODY, and unwind connection-local variables."
     (declare (debug t))
-    `(with-connection-local-profiles (connection-local-get-profiles)
+    `(with-connection-local-profiles (connection-local-get-profiles nil)
        ,@body)))
 
 



reply via email to

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