aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-06-11 22:16:02 -0400
committerStefan Monnier2013-06-11 22:16:02 -0400
commitcf4e5178a3e00bd5d46fc609b6591af7ae19833f (patch)
tree822789251757f5cbcfa5faa3d60c81765f83274c /lisp/ChangeLog
parent9ddf23f075fefaa77a0246ac8153fb8e89c0dbfa (diff)
downloademacs-cf4e5178a3e00bd5d46fc609b6591af7ae19833f.tar.gz
emacs-cf4e5178a3e00bd5d46fc609b6591af7ae19833f.zip
* lisp/help-fns.el (help-fns--compiler-macro): If the handler function is
named, then put a link to it. * lisp/help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names. * lisp/emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function. (cl-typep): Use it. (cl-eval-when): Simplify debug spec. (cl-define-compiler-macro): Use eval-and-compile. Give a name to the compiler-macro function instead of setting `compiler-macro-file'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ff4c2fb4444..f3ea1419873 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,15 @@
12013-06-12 Stefan Monnier <monnier@iro.umontreal.ca> 12013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * help-fns.el (help-fns--compiler-macro): If the handler function is
4 named, then put a link to it.
5 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
6 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
7 (cl-typep): Use it.
8 (cl-eval-when): Simplify debug spec.
9 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
10 compiler-macro function instead of setting `compiler-macro-file'.
11
122013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 Daniel Hackney <dan@haxney.org> 13 Daniel Hackney <dan@haxney.org>
3 14
4 First part of Daniel Hackney's patch to package.el. 15 First part of Daniel Hackney's patch to package.el.