mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
284c470ef7
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. |
||
---|---|---|
.. | ||
5x5.el | ||
animate.el | ||
blackbox.el | ||
bubbles.el | ||
cookie1.el | ||
decipher.el | ||
dissociate.el | ||
doctor.el | ||
dunnet.el | ||
fortune.el | ||
gamegrid.el | ||
gametree.el | ||
gomoku.el | ||
handwrite.el | ||
hanoi.el | ||
life.el | ||
morse.el | ||
mpuz.el | ||
pong.el | ||
snake.el | ||
solitaire.el | ||
spook.el | ||
studly.el | ||
tetris.el | ||
zone.el |