1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
emacs/lisp/emulation
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
..
cua-base.el Generalize the prefix-command machinery of C-u 2015-09-01 21:14:18 -04:00
cua-gmrk.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cua-rect.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
edt-lk201.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
edt-mapper.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
edt-pc.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
edt-vt100.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
edt.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
keypad.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
viper-cmd.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
viper-ex.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
viper-init.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
viper-keym.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
viper-macs.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
viper-mous.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
viper-util.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
viper.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00