1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-22 05:31:01 -08:00
emacs/lisp/mail
Stefan Monnier a464a6c73a 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.
2012-07-11 19:13:41 -04:00
..
.gitignore
binhex.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
blessmail.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
emacsbug.el * lisp/mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars. 2012-06-06 14:13:09 -04:00
feedmail.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
footnote.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
hashcash.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
mail-extr.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
mail-hist.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
mail-utils.el mail-utils.el: multibyte chars should be quoted. 2012-03-10 04:02:06 -05:00
mailabbrev.el Convert more defvars to defcustoms. 2012-05-04 13:14:14 +08:00
mailalias.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
mailclient.el Fix name of FSF in copyright headers. 2012-01-10 23:51:05 -08:00
mailheader.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
metamail.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
mspools.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
reporter.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
rfc822.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
rfc2368.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
rmail-spam-filter.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
rmail.el Merge from emacs-24; up to 2012-04-25T15:23:19Z!sdl.web@gmail.com 2012-06-10 21:20:58 +08:00
rmailedit.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
rmailkwd.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
rmailmm.el Backport fix for Bug#11282 from trunk 2012-05-04 18:26:36 +08:00
rmailmsc.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
rmailout.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
rmailsort.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
rmailsum.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
sendmail.el Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.com 2012-05-26 18:06:44 -07:00
smtpmail.el * mail/smtpmail.el (smtpmail-send-command): Send the command and 2012-05-09 21:12:20 +02:00
supercite.el Minor-mode doc fixes for ARG behavior 2012-02-07 21:12:24 -05:00
uce.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
undigest.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
unrmail.el lisp/*: Add declarations, remove unused bindings, mark unused args. 2012-04-19 19:20:26 +02:00
uudecode.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00