branch: elpa/org-contrib
commit 33ae9833e104cfc8e45ac1e683dcf3c17a0a16fb
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    * lisp/org-contrib.el: Switch to lexical binding
    
    The sole purpose is getting rid of the compiler warning.
---
 lisp/org-contrib.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-contrib.el b/lisp/org-contrib.el
index 2b327df89e..59c7fba8bb 100644
--- a/lisp/org-contrib.el
+++ b/lisp/org-contrib.el
@@ -1,4 +1,4 @@
-;;; org-contrib.el --- Unmaintained add-ons for Org-mode
+;;; org-contrib.el --- Unmaintained add-ons for Org-mode  -*- lexical-binding: 
t; -*-
 
 ;; Copyright (C) 2021 Bastien Guerry
 

Reply via email to