More CL cleanups and reduction of use of cl.el.
commita464a6c73acf27b0d633d428919a36bc16a9d442
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 11 Jul 2012 23:13:41 +0000 (11 19:13 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 11 Jul 2012 23:13:41 +0000 (11 19:13 -0400)
treebcba70ce0242bfd5987356c750ba4eb6b58820b1
parentc214e35e489145bd3a8ab7a353671f947368a7ae
More CL cleanups and reduction of use of cl.el.
* woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
* vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
* textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
* strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
* progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
* play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
* play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
* net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
* image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
* eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
* eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
* eshell/em-cmpl.el, eshell/em-banner.el:
* url/url.el, url/url-queue.el, url/url-parse.el, url/url-http.el:
* url/url-future.el, url/url-dav.el, url/url-cookie.el:
* calendar/parse-time.el, test/eshell.el: Use cl-lib.
* wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
* vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
* textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
* term/ns-win.el, term.el, shell.el, ps-samp.el:
* progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
* progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
* play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
* net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
* net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
* mail/mailheader.el, mail/feedmail.el:
* url/url-util.el, url/url-privacy.el, url/url-nfs.el, url/url-misc.el:
* url/url-methods.el, url/url-gw.el, url/url-file.el, url/url-expand.el:
Dont use CL.
* ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
* eshell/esh-opt.el (eshell-eval-using-options): Quote code with
`lambda' rather than with `quote'.
(eshell-do-opt): Adjust accordingly.
(eshell-process-option): Simplify.
* eshell/esh-var.el:
* eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
* emacs-pcase.el (pcase--dontcare-upats, pcase--let*)
(pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
to `pcase--dontcare'.
* emacs-cl.el (labels): Mark obsolete.
(cl--letf, letf): Move to cl-lib.
(cl--letf*, letf*): Remove.
* emacs-cl-lib.el (cl-nth-value): Use defalias.
* emacs-cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
(cl-progv): Rewrite.
(cl--letf, cl-letf): Move from cl.el.
(cl-letf*): New macro.
* emacs-cl-extra.el (cl--progv-before, cl--progv-after): Remove.
109 files changed:
lisp/ChangeLog
lisp/calendar/parse-time.el
lisp/emacs-lisp/cl-extra.el
lisp/emacs-lisp/cl-lib.el
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/cl.el
lisp/emacs-lisp/elint.el
lisp/emacs-lisp/pcase.el
lisp/eshell/em-banner.el
lisp/eshell/em-cmpl.el
lisp/eshell/em-hist.el
lisp/eshell/em-ls.el
lisp/eshell/em-script.el
lisp/eshell/esh-cmd.el
lisp/eshell/esh-ext.el
lisp/eshell/esh-io.el
lisp/eshell/esh-opt.el
lisp/eshell/esh-var.el
lisp/eshell/eshell.el
lisp/hexl.el
lisp/ibuf-ext.el
lisp/ibuf-macs.el
lisp/ibuffer.el
lisp/image-dired.el
lisp/mail/feedmail.el
lisp/mail/footnote.el
lisp/mail/mailheader.el
lisp/man.el
lisp/midnight.el
lisp/net/browse-url.el
lisp/net/eudc.el
lisp/net/ldap.el
lisp/net/mairix.el
lisp/net/quickurl.el
lisp/net/secrets.el
lisp/net/snmp-mode.el
lisp/net/xesam.el
lisp/net/zeroconf.el
lisp/notifications.el
lisp/novice.el
lisp/nxml/nxml-mode.el
lisp/play/5x5.el
lisp/play/bubbles.el
lisp/play/decipher.el
lisp/play/gamegrid.el
lisp/play/hanoi.el
lisp/play/landmark.el
lisp/play/pong.el
lisp/play/snake.el
lisp/play/tetris.el
lisp/progmodes/compile.el
lisp/progmodes/cwarn.el
lisp/progmodes/ebrowse.el
lisp/progmodes/etags.el
lisp/progmodes/flymake.el
lisp/progmodes/gdb-mi.el
lisp/progmodes/glasses.el
lisp/progmodes/gud.el
lisp/progmodes/js.el
lisp/progmodes/pascal.el
lisp/progmodes/perl-mode.el
lisp/ps-samp.el
lisp/server.el
lisp/ses.el
lisp/shell.el
lisp/strokes.el
lisp/tar-mode.el
lisp/term.el
lisp/term/ns-win.el
lisp/term/tvi970.el
lisp/textmodes/css-mode.el
lisp/textmodes/refill.el
lisp/textmodes/sgml-mode.el
lisp/textmodes/tex-mode.el
lisp/textmodes/texinfo.el
lisp/tree-widget.el
lisp/url/ChangeLog
lisp/url/url-cookie.el
lisp/url/url-dav.el
lisp/url/url-expand.el
lisp/url/url-file.el
lisp/url/url-future.el
lisp/url/url-gw.el
lisp/url/url-http.el
lisp/url/url-methods.el
lisp/url/url-misc.el
lisp/url/url-nfs.el
lisp/url/url-parse.el
lisp/url/url-privacy.el
lisp/url/url-queue.el
lisp/url/url-util.el
lisp/url/url.el
lisp/vc/vc-annotate.el
lisp/vc/vc-arch.el
lisp/vc/vc-bzr.el
lisp/vc/vc-cvs.el
lisp/vc/vc-dir.el
lisp/vc/vc-git.el
lisp/vc/vc-hg.el
lisp/vc/vc-hooks.el
lisp/vc/vc-mtn.el
lisp/vc/vc-rcs.el
lisp/vc/vc.el
lisp/wdired.el
lisp/wid-browse.el
lisp/winner.el
lisp/woman.el
test/ChangeLog
test/eshell.el