mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +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. |
||
---|---|---|
.. | ||
cua-base.el | ||
cua-gmrk.el | ||
cua-rect.el | ||
edt-lk201.el | ||
edt-mapper.el | ||
edt-pc.el | ||
edt-vt100.el | ||
edt.el | ||
keypad.el | ||
viper-cmd.el | ||
viper-ex.el | ||
viper-init.el | ||
viper-keym.el | ||
viper-macs.el | ||
viper-mous.el | ||
viper-util.el | ||
viper.el |