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:
parent
6e974130d7
commit
1ae8a18d94
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
;;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue