|
|
|
@ -1,10 +1,12 @@ |
|
|
|
;;; dash.el --- A modern list library for Emacs -*- lexical-binding: t -*- |
|
|
|
;;; dash.el --- A modern list library for Emacs -*- lexical-binding: t -*- |
|
|
|
|
|
|
|
|
|
|
|
;; Copyright (C) 2012-2016 Free Software Foundation, Inc. |
|
|
|
;; Copyright (C) 2012-2021 Free Software Foundation, Inc. |
|
|
|
|
|
|
|
|
|
|
|
;; Author: Magnar Sveen <magnars@gmail.com> |
|
|
|
;; Author: Magnar Sveen <magnars@gmail.com> |
|
|
|
;; Version: 2.17.0 |
|
|
|
;; Version: 2.17.0 |
|
|
|
|
|
|
|
;; Package-Requires: ((emacs "24")) |
|
|
|
;; Keywords: extensions, lisp |
|
|
|
;; Keywords: extensions, lisp |
|
|
|
|
|
|
|
;; Homepage: https://github.com/magnars/dash.el |
|
|
|
|
|
|
|
|
|
|
|
;; This program is free software: you can redistribute it and/or modify |
|
|
|
;; This program is free software: you can redistribute it and/or modify |
|
|
|
;; it under the terms of the GNU General Public License as published by |
|
|
|
;; it under the terms of the GNU General Public License as published by |
|
|
|
@ -21,15 +23,9 @@ |
|
|
|
|
|
|
|
|
|
|
|
;;; Commentary: |
|
|
|
;;; Commentary: |
|
|
|
|
|
|
|
|
|
|
|
;; A modern list api for Emacs. |
|
|
|
;; 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 3.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. |
|
|
|
|
|
|
|
;; |
|
|
|
;; |
|
|
|
|
|
|
|
;; See its overview at https://github.com/magnars/dash.el#functions. |
|
|
|
|
|
|
|
|
|
|
|
;;; Code: |
|
|
|
;;; Code: |
|
|
|
|
|
|
|
|
|
|
|
|