* lisp/emacs-lisp/cl.el (flet): Mark obsolete.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 27 Jun 2012 15:11:28 +0000 (11:11 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 27 Jun 2012 15:11:28 +0000 (11:11 -0400)
commitd5c6faf921772e523fc224333d8af142c830a7e6
treec56d324652a27862cad6eaa553017b6f8ffef5c1
parent7b953864bad04a37e9cc0e0de4328caf1b4c400e
* lisp/emacs-lisp/cl.el (flet): Mark obsolete.
* lisp/emacs-lisp/cl-macs.el (cl-flet*): New macro.
* lisp/vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
* lisp/progmodes/js.el (js-c-fill-paragraph):
* lisp/progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
(ebrowse-switch-member-buffer-to-derived-class):
* test/automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
* lisp/play/5x5.el (5x5-solver): Use cl-flet.

Fixes: debbugs:11780
lisp/ChangeLog
lisp/emacs-lisp/cl-loaddefs.el
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/cl.el
lisp/play/5x5.el
lisp/progmodes/ebrowse.el
lisp/progmodes/js.el
lisp/ses.el
lisp/vc/vc-rcs.el
test/ChangeLog
test/automated/ert-x-tests.el