1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
emacs/lisp/play
Paul Eggert 284c470ef7 Backslash cleanup in Elisp source files
This patch should not change behavior.  It typically omits backslashes
where they are redundant (e.g., in the string literal "^\$").
In a few places, insert backslashes where they make regular
expressions clearer: e.g., replace "^\*" (equivalent to "^*") with
"^\\*", which has the same effect as a regular expression.
Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion with
RCS IDs, as that makes it clearer that the backslash is intended.
2015-09-17 16:09:39 -07:00
..
5x5.el cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r" 2015-04-10 01:50:22 -04:00
animate.el
blackbox.el
bubbles.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
cookie1.el
decipher.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
dissociate.el
doctor.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
dunnet.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
fortune.el
gamegrid.el
gametree.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
gomoku.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
handwrite.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
hanoi.el cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r" 2015-04-10 01:50:22 -04:00
life.el
morse.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
mpuz.el
pong.el
snake.el
solitaire.el
spook.el
studly.el
tetris.el * lisp/play/tetris.el (tetris-move-down): New command (bug#21360) 2015-09-08 13:55:50 -04:00
zone.el