* lisp/help-fns.el (help-fns--compiler-macro): If the handler function is
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 12 Jun 2013 02:16:02 +0000 (22:16 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 12 Jun 2013 02:16:02 +0000 (22:16 -0400)
commitcf4e5178a3e00bd5d46fc609b6591af7ae19833f
tree822789251757f5cbcfa5faa3d60c81765f83274c
parent9ddf23f075fefaa77a0246ac8153fb8e89c0dbfa
* 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'.
lisp/ChangeLog
lisp/emacs-lisp/cl-loaddefs.el
lisp/emacs-lisp/cl-macs.el
lisp/help-fns.el
lisp/help-mode.el