summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/cl-tests.el
Commit message (Collapse)AuthorAgeFilesLines
* Tests need to be moved when source files areGlenn Morris2019-08-071-35/+0
| | | | * test/lisp/obsolete/cl-tests.el: Move from test/lisp/emacs-lisp.
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
* Fix #'fun handling inside `labels' (Bug#31792)Noam Postavsky2018-06-191-0/+35
* lisp/emacs-lisp/cl.el (labels): Apply the equivalent of the cl-labels change from 2015-01-16 "* lisp/emacs-lisp/cl-macs.el: Fix last change". * test/lisp/emacs-lisp/cl-tests.el (labels-function-quoting): New test. * lisp/emacs-lisp/cl-macs.el (cl-flet, cl-labels): Improve docstring, link to relevant manual page. * doc/misc/cl.texi (Function Bindings): Don't imply that function cells of symbols are modified by cl-flet. Don't claim that cl-flet or cl-labels affect references of the form (quote FUNC).