aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLeo Liu2015-02-09 10:05:44 +0800
committerLeo Liu2015-02-09 10:05:44 +0800
commit751adc4b9631cedcf9bec475afe40da4db7d74a1 (patch)
treedb7eaca97d1312b5b0592b67e6b134fda51502ea /lisp/ChangeLog
parentfd6f7d1449c8496ab5c019d2aad7ca5e2980713a (diff)
downloademacs-751adc4b9631cedcf9bec475afe40da4db7d74a1.tar.gz
emacs-751adc4b9631cedcf9bec475afe40da4db7d74a1.zip
Add macro pcase-lambda
Fixes: debbugs:19814 * emacs-lisp/lisp-mode.el (el-kws-re): Include `pcase-lambda'. * emacs-lisp/macroexp.el (macroexp-parse-body): New function. * emacs-lisp/pcase.el (pcase-lambda): New Macro.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ce381315b40..cd40ac7a259 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12015-02-09 Leo Liu <sdl.web@gmail.com>
2
3 * emacs-lisp/pcase.el (pcase-lambda): New Macro. (Bug#19814)
4
5 * emacs-lisp/lisp-mode.el (el-kws-re): Include `pcase-lambda'.
6
7 * emacs-lisp/macroexp.el (macroexp-parse-body): New function.
8
12015-02-08 Paul Eggert <eggert@cs.ucla.edu> 92015-02-08 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 Port to platforms lacking test -a and -o 11 Port to platforms lacking test -a and -o