1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 08:10:21 -08:00
emacs/lisp/mail
Stefan Kangas 0034067f47 Avoid cl-lib alias for cadadr and friends
* lisp/edmacro.el (edmacro-fix-menu-commands):
* lisp/frameset.el (frameset-move-onscreen):
* lisp/htmlfontify.el (hfy-face-at, hfy-merge-adjacent-spans)
(hfy-mark-tag-names):
* lisp/mail/footnote.el (footnote--make-hole)
(footnote-back-to-message):
* lisp/net/eudc.el (eudc-get-email, eudc-get-phone):
* lisp/net/rcirc.el (rcirc-make-trees, rcirc-handler-333)
(rcirc-authenticate):
* lisp/play/5x5.el (5x5-draw-grid, 5x5-solver):
* lisp/play/decipher.el (decipher-insert-frequency-counts):
* lisp/ses.el (ses-relocate-range):
* test/lisp/emacs-lisp/edebug-tests.el (edebug-tests-step-into-macro-error)
(edebug-tests-error-stepping-into-subr): Avoid using cl-lib aliases
for cadadr and friends that now reside in subr.el.
2021-09-03 10:18:54 +02:00
..
binhex.el
blessmail.el
emacsbug.el
feedmail.el
flow-fill.el
footnote.el Avoid cl-lib alias for cadadr and friends 2021-09-03 10:18:54 +02:00
hashcash.el
ietf-drums.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
mail-extr.el Add new functions for lax mail address splitting 2021-08-14 15:20:59 +02:00
mail-hist.el
mail-parse.el Add new functions for lax mail address splitting 2021-08-14 15:20:59 +02:00
mail-prsvr.el
mail-utils.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
mailabbrev.el
mailalias.el
mailclient.el
mailheader.el
mspools.el
qp.el
reporter.el
rfc822.el
rfc2045.el
rfc2047.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
rfc2231.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
rfc6068.el Make epg use rfc6068 for decoding %-encoded strings 2021-08-30 02:03:15 +02:00
rmail-spam-filter.el
rmail.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
rmailedit.el
rmailkwd.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
rmailmm.el
rmailmsc.el
rmailout.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
rmailsort.el
rmailsum.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
sendmail.el
smtpmail.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
supercite.el
uce.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
undigest.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
unrmail.el
uudecode.el
yenc.el