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

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

[elpa] externals/org 7e78f664b2: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 7e78f664b2: Merge branch 'bugfix'
Date: Sat, 19 Mar 2022 04:57:39 -0400 (EDT)

branch: externals/org
commit 7e78f664b252e269b814106df49214030ac42197
Merge: 91681fc033 af6f1298b6
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

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

diff --git a/lisp/org-mouse.el b/lisp/org-mouse.el
index 8d5be42545..20c20acc32 100644
--- a/lisp/org-mouse.el
+++ b/lisp/org-mouse.el
@@ -295,7 +295,7 @@ nor a function, elements of KEYWORDS are used directly."
              ((functionp itemformat) (funcall itemformat keyword))
              ((stringp itemformat) (format itemformat keyword))
              (t keyword))
-            (list 'funcall function keyword)
+            `(funcall #',function ,keyword)
             :style (cond
                     ((null selected) t)
                     ((functionp selected) 'toggle)



reply via email to

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