mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-30 08:08:26 +00:00
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
This commit is contained in:
parent
bd468136dd
commit
2924c77848
@ -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)))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user