Use lexical-binding in two trivial org-mode files

This change has already been made on org-mode's master branch.

* lisp/org/org-install.el:
* lisp/org/org-version.el: Use lexical-binding.
This commit is contained in:
Stefan Kangas 2021-03-24 06:33:45 +01:00
parent 6e974130d7
commit 1ae8a18d94
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
;;; org-install.el --- backward compatibility file for obsolete configuration
;;; org-install.el --- backward compatibility file for obsolete configuration -*- lexical-binding: t -*-
;;
;;; Code:
;;

View file

@ -1,4 +1,4 @@
;;; org-version.el --- autogenerated file, do not edit
;;; org-version.el --- autogenerated file, do not edit -*- lexical-binding: t -*-
;;
;;; Code:
;;;###autoload