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

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

[elpa] externals-release/org a50a42c 4/4: Use lexical-binding cookie in


From: ELPA Syncer
Subject: [elpa] externals-release/org a50a42c 4/4: Use lexical-binding cookie in some trivial files
Date: Sun, 24 Jan 2021 22:57:11 -0500 (EST)

branch: externals-release/org
commit a50a42ceae4ae8233cca439a11fa945abbc3c00f
Author: Stefan Kangas <stefan@marxist.se>
Commit: Kyle Meyer <kyle@kyleam.com>

    Use lexical-binding cookie in some trivial files
    
    * mk/org-fixup.el (org-make-org-version): Add lexical-binding cookie
    to autogenerated files.
    * lisp/org-install.el: Use lexical-binding.
---
 lisp/org-install.el | 2 +-
 mk/org-fixup.el     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org-install.el b/lisp/org-install.el
index 5835959..d521d81 100644
--- a/lisp/org-install.el
+++ b/lisp/org-install.el
@@ -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:
 ;;
diff --git a/mk/org-fixup.el b/mk/org-fixup.el
index bc7c6e5..c0eef23 100644
--- a/mk/org-fixup.el
+++ b/mk/org-fixup.el
@@ -43,7 +43,7 @@ work correctly if this file is not present (except directly 
from
 the Git work tree)."
   (with-temp-buffer
     (insert "\
-;;; org-version.el --- autogenerated file, do not edit
+;;; org-version.el --- autogenerated file, do not edit  -*- lexical-binding: t 
-*-
 ;;
 ;;; Code:
 ;;;\#\#\#autoload



reply via email to

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