1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 08:10:21 -08:00
emacs/lisp/play
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
..
5x5.el Avoid cl-lib alias for cadadr and friends 2021-09-03 10:18:54 +02:00
animate.el
blackbox.el
bubbles.el
cookie1.el
decipher.el Avoid cl-lib alias for cadadr and friends 2021-09-03 10:18:54 +02:00
dissociate.el
doctor.el
dunnet.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
fortune.el
gamegrid.el
gametree.el
gomoku.el
handwrite.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
hanoi.el
life.el
morse.el Fix Morse for non-ASCII letters 2021-06-18 15:01:03 +02:00
mpuz.el
pong.el
snake.el
solitaire.el
spook.el
studly.el
tetris.el
zone.el