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

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

[elpa] externals/dash 174187f 005/316: Add lexical binding pragma to das


From: ELPA Syncer
Subject: [elpa] externals/dash 174187f 005/316: Add lexical binding pragma to dash.el
Date: Mon, 15 Feb 2021 15:57:13 -0500 (EST)

branch: externals/dash
commit 174187faab2151c1f0fdf1a5e176f0fc4314e5e7
Author: Magnar Sveen <magnars@gmail.com>
Commit: Magnar Sveen <magnars@gmail.com>

    Add lexical binding pragma to dash.el
    
    **Please note** The lexical binding in this file is not utilised at the
    moment. We will take full advantage of lexical binding in an upcoming 2.0
    release of Dash. In the meantime, we've added the pragma to avoid a bug that
    you can read more about in issue #130
---
 dash.el | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dash.el b/dash.el
index 88c4c79..9a27964 100644
--- a/dash.el
+++ b/dash.el
@@ -1,4 +1,4 @@
-;;; dash.el --- A modern list library for Emacs
+;;; dash.el --- A modern list library for Emacs  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2012-2015 Free Software Foundation, Inc.
 
@@ -24,6 +24,12 @@
 ;; A modern list api for Emacs.
 ;;
 ;; See documentation on https://github.com/magnars/dash.el#functions
+;;
+;; **Please note** The lexical binding in this file is not utilised at the
+;; moment. We will take full advantage of lexical binding in an upcoming 2.0
+;; release of Dash. In the meantime, we've added the pragma to avoid a bug that
+;; you can read more about in https://github.com/magnars/dash.el/issues/130.
+;;
 
 ;;; Code:
 



reply via email to

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