branch: externals/leaf commit a4fd520f5c31f54e0797155866e0b35df277664e Merge: 58d4326 9a20d00 Author: Naoya Yamashita <con...@gmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #500 from conao3/feature-leaf-keywords#145 Add :added document keyword --- leaf.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/leaf.el b/leaf.el index 0f8d725..4993726 100644 --- a/leaf.el +++ b/leaf.el @@ -5,7 +5,7 @@ ;; Author: Naoya Yamashita <con...@gmail.com> ;; Maintainer: Naoya Yamashita <con...@gmail.com> ;; Keywords: lisp settings -;; Version: 4.4.8 +;; Version: 4.5.2 ;; URL: https://github.com/conao3/leaf.el ;; Package-Requires: ((emacs "24.1")) @@ -89,6 +89,7 @@ Same as `list' but this macro does not evaluate any arguments." :tag `(,@leaf--body) :file `(,@leaf--body) :url `(,@leaf--body) + :added `(,@leaf--body) :emacs< (when leaf--body `((when (version< emacs-version ,leaf--value) ,@leaf--body))) :emacs<= (when leaf--body `((when (version<= emacs-version ,leaf--value) ,@leaf--body)))