1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00: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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
blackbox.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
bubbles.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
cookie1.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
decipher.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
dissociate.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gamegrid.el configure --with-gameuser now defaults to games group. 2015-02-08 21:09:22 +01:00
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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
morse.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
mpuz.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
pong.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
snake.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
solitaire.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
spook.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
studly.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
tetris.el * lisp/play/tetris.el (tetris-move-down): New command (bug#21360) 2015-09-08 13:55:50 -04:00
zone.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00