emacs/lisp/vc
Paul Eggert 753fbfbef4 Fix several backslash typos in Elisp strings
* lisp/calendar/todo-mode.el (todo-files, todo-rename-file)
(todo-find-filtered-items-file, todo-reset-nondiary-marker)
(todo-reset-done-string, todo-reset-comment-string)
(todo-reset-highlight-item):
* lisp/erc/erc-networks.el (erc-networks-alist):
* lisp/gnus/gnus-art.el (gnus-button-handle-library):
* lisp/gnus/gnus-group.el (gnus-read-ephemeral-gmane-group-url):
* lisp/gnus/nntp.el (nntp-via-shell-prompt)
(nntp-telnet-shell-prompt):
* lisp/gnus/spam-report.el (spam-report-gmane-regex):
* lisp/image-dired.el (image-dired-rotate-original):
(image-dired-get-exif-file-name):
* lisp/international/latin1-disp.el (latin1-display-ucs-per-lynx):
* lisp/mail/undigest.el (rmail-digest-parse-rfc1153strict):
* lisp/mh-e/mh-letter.el (mh-file-is-vcard-p):
* lisp/mh-e/mh-mime.el (mh-file-mime-type-substitutions):
* lisp/net/shr-color.el (shr-color->hexadecimal):
* lisp/org/org-bibtex.el (org-bibtex-fields):
* lisp/org/org-docview.el (org-docview-export):
* lisp/org/org-entities.el (org-entities):
* lisp/org/ox-icalendar.el (org-icalendar-cleanup-string):
* lisp/progmodes/cperl-mode.el (cperl-indent-exp):
* lisp/progmodes/ebnf2ps.el (ebnf-file-suffix-regexp)
(ebnf-style-database):
* lisp/progmodes/idlw-help.el (idlwave-do-context-help1):
* lisp/progmodes/ruby-mode.el (ruby-imenu-create-index-in-block):
* lisp/progmodes/sql.el (sql-product-alist):
* lisp/progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist)
(verilog-error-font-lock-keywords)
(verilog-assignment-operator-re):
* lisp/progmodes/vhdl-mode.el (vhdl-compiler-alist):
* lisp/textmodes/reftex-parse.el (reftex-parse-from-file):
* lisp/vc/add-log.el (change-log-version-number-regexp-list):
Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
For example, to get the regular expression ‘\.’ use the string
literal "\\.", not "\." (which is equivalent to ".").
* lisp/emulation/viper-util.el (viper-glob-unix-files):
Remove stray ‘\j’ from string.
* lisp/gnus/nntp.el (nntp-via-shell-prompt)
(nntp-telnet-shell-prompt):
Treat > like $ when matching a shell prompt.
* lisp/progmodes/make-mode.el (makefile-browse):
Properly quote a diagnostic.
2015-09-17 12:39:54 -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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
diff-mode.el Fix minor text quoting in calc, calendar, vc 2015-08-28 22:25:09 -07:00
diff.el Change diff-switches default to `-u' 2015-04-14 05:06:49 +03:00
ediff-diff.el Fix minor text quoting in calc, calendar, vc 2015-08-28 22:25:09 -07:00
ediff-help.el Support quotes 'like this' in info files 2015-06-02 22:52:44 -07:00
ediff-hook.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ediff-init.el Fix minor text quoting in calc, calendar, vc 2015-08-28 22:25:09 -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 Fix minor quoting problems in diagnostics 2015-09-17 12:03:25 -07:00
ediff-util.el Fix minor text quoting in calc, calendar, vc 2015-08-28 22:25:09 -07:00
ediff-vers.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ediff-wind.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ediff.el Fix minor text quoting in calc, calendar, vc 2015-08-28 22:25:09 -07:00
emerge.el ; Do not overwrite preexisting contents of unread-command-events 2015-08-04 14:34:15 +02:00
log-edit.el New optional ZONE arg for format-time-string etc. 2015-07-26 12:44:54 -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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
pcvs-info.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
pcvs-parse.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
pcvs-util.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
pcvs.el Fix minor text quoting in calc, calendar, vc 2015-08-28 22:25:09 -07:00
smerge-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
vc-annotate.el Improve handling of the first Git revision 2015-05-18 15:50:57 +03:00
vc-bzr.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
vc-cvs.el Fix minor text quoting in calc, calendar, vc 2015-08-28 22:25:09 -07:00
vc-dav.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
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 Fix RCS crashes in vc-test 2015-06-22 19:06:23 +03: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 Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
vc.el Add `project-ignores' 2015-07-12 17:19:08 +03:00