emacs-gpu/lisp/vc
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
..
add-log.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
compare-w.el * lisp/vc/compare-w.el (compare-windows-get-window-function): 2015-06-04 20:47:05 -04:00
cvs-status.el
diff-mode.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
diff.el Change diff-switches default to `-u' 2015-04-14 05:06:49 +03:00
ediff-diff.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ediff-help.el Support quotes 'like this' in info files 2015-06-02 22:52:44 -07:00
ediff-hook.el
ediff-init.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ediff-merg.el Fix minor text quoting in calc, calendar, vc 2015-08-28 22:25:09 -07:00
ediff-mult.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
ediff-ptch.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ediff-util.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ediff-vers.el
ediff-wind.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
ediff.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
emerge.el ; Do not overwrite preexisting contents of unread-command-events 2015-08-04 14:34:15 +02:00
log-edit.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
log-view.el Fix default-directory in changeset diffs after vc-print-log 2015-07-31 05:53:14 +03:00
pcvs-defs.el
pcvs-info.el
pcvs-parse.el
pcvs-util.el
pcvs.el Fix minor text quoting in calc, calendar, vc 2015-08-28 22:25:09 -07:00
smerge-mode.el
vc-annotate.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
vc-bzr.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
vc-cvs.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
vc-dav.el
vc-dir.el Add basic VC push support. 2015-05-12 20:42:42 -04:00
vc-dispatcher.el Delete the old process in vc-setup-buffer 2015-05-28 02:28:56 +03:00
vc-filewise.el
vc-git.el vc-git-mode-line-string: Explicitly re-apply the face 2015-09-03 15:36:39 +03:00
vc-hg.el vc-hg: Perform the print-log call asynchronously 2015-07-19 20:51:28 +03:00
vc-hooks.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
vc-mtn.el vc-mtn-find-revision handle null rev. 2015-07-30 01:25:47 -05:00
vc-rcs.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
vc-sccs.el Fix problems found by vc-tests.el 2015-03-01 17:51:31 +01:00
vc-src.el Fix problems found by vc-tests.el 2015-03-01 17:51:31 +01:00
vc-svn.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
vc.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00