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
..
2015-09-15 19:53:06 -05:00
2015-09-17 12:39:54 -07:00
2015-09-17 12:39:54 -07:00
2015-09-16 09:02:35 +02:00
2015-09-17 12:39:54 -07:00
2015-09-17 12:39:54 -07:00
2015-09-17 12:39:54 -07:00
2015-09-17 12:39:54 -07:00
2015-09-17 12:39:54 -07:00
2015-08-04 14:34:15 +02:00
2015-09-17 12:39:54 -07:00
2015-09-17 12:39:54 -07:00
2015-09-17 12:39:54 -07:00
2015-09-17 12:39:54 -07:00
2015-08-24 23:57:25 -07:00
2015-09-12 00:30:02 -04:00
2015-09-17 12:39:54 -07:00
2015-09-08 13:55:50 -04:00
2015-09-17 12:39:54 -07:00
2015-09-11 11:05:12 -07:00
2015-09-17 12:39:54 -07:00
2015-09-03 15:32:54 -07:00
2015-09-17 12:39:54 -07:00
2015-09-07 16:09:27 -07:00
2015-09-07 16:09:27 -07:00
2015-09-07 16:09:27 -07:00
2015-09-07 16:09:27 -07:00
2015-08-03 20:06:04 -07:00
2015-09-07 16:09:27 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-05 19:07:28 -07:00
2015-09-07 16:09:27 -07:00
2015-09-07 16:09:27 -07:00
2015-09-07 16:09:27 -07:00
2015-09-03 15:32:54 -07:00
2015-08-19 11:45:49 +01:00
2015-09-03 15:32:54 -07:00
2015-09-03 15:32:54 -07:00
2015-09-07 16:09:27 -07:00
2015-09-07 16:09:27 -07:00
2015-09-15 11:11:16 -04:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-19 16:47:10 +00:00
2015-09-07 16:09:27 -07:00
2015-08-21 14:09:47 -07:00
2015-08-23 22:39:06 -07:00
2015-08-26 01:31:57 -07:00
2015-09-07 16:09:27 -07:00
2015-09-08 06:19:13 -04:00
2015-08-26 01:31:57 -07:00
2015-08-26 01:31:57 -07:00
2015-08-04 14:34:15 +02:00
2015-08-04 14:34:15 +02:00
2015-08-21 14:09:47 -07:00
2015-08-04 14:34:15 +02:00
2015-09-07 22:05:04 -04:00
2015-09-07 16:09:27 -07:00
2015-08-12 11:19:47 -04:00
2015-08-24 23:57:25 -07:00
2015-07-16 15:43:03 +09:00
2015-08-24 23:57:25 -07:00
2015-09-07 16:09:27 -07:00
2015-09-15 10:22:35 +03:00
2015-09-03 15:32:54 -07:00
2015-09-14 22:15:20 +02:00
2015-09-07 16:09:27 -07:00
2015-09-07 16:09:27 -07:00
2015-09-07 16:09:27 -07:00
2015-09-07 16:09:27 -07:00
2015-08-26 01:31:57 -07:00
2015-09-07 16:09:27 -07:00
2015-08-21 14:09:47 -07:00
2015-08-24 23:57:25 -07:00
2015-09-07 16:09:27 -07:00
2015-09-17 12:39:54 -07:00
2015-08-26 01:31:57 -07:00
2015-09-07 16:09:27 -07:00
2015-09-07 16:09:27 -07:00
2015-09-07 16:09:27 -07:00
2015-08-19 11:33:25 +02:00
2015-09-07 16:09:27 -07:00
2015-08-28 20:32:39 -07:00
2015-09-03 15:32:54 -07:00
2015-08-24 23:57:25 -07:00
2015-09-07 16:09:27 -07:00
2015-08-24 23:57:25 -07:00
2015-09-12 00:30:02 -04:00
2015-08-24 23:57:25 -07:00
2015-09-07 16:09:27 -07:00
2015-08-24 23:57:25 -07:00
2015-09-01 18:23:21 -07:00
2015-09-17 12:39:54 -07:00
2015-09-07 16:09:27 -07:00
2015-08-29 18:06:13 -07:00
2015-08-23 22:39:06 -07:00
2015-09-09 00:51:32 +03:00
2015-08-31 23:51:46 +01:00
2015-09-11 20:32:33 -04:00
2015-09-07 16:09:27 -07:00
2015-09-07 16:09:27 -07:00
2015-09-01 21:14:18 -04:00
2015-09-01 06:18:29 -04:00
2015-08-12 20:15:57 +02:00
2015-09-03 15:32:54 -07:00
2015-09-16 16:09:31 -07:00
2015-09-03 15:32:54 -07:00
2015-08-25 00:43:01 -07:00
2015-08-23 22:39:06 -07:00
2015-09-03 15:32:54 -07:00
2015-09-03 15:32:54 -07:00
2015-09-12 00:30:02 -04:00
2015-09-10 13:41:09 -04:00
2015-09-07 16:09:27 -07:00
2015-09-01 03:13:05 +01:00
2015-08-28 20:32:39 -07:00
2015-09-01 18:23:21 -07:00
2015-09-07 16:09:27 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-09-01 18:23:21 -07:00
2015-09-07 16:09:27 -07:00
2015-07-31 10:13:38 -07:00
2015-09-01 18:23:21 -07:00
2015-09-16 16:09:31 -07:00
2015-09-07 16:09:27 -07:00
2015-08-20 17:34:57 -07:00
2015-09-07 16:09:27 -07:00
2015-06-30 18:59:21 +03:00
2015-08-26 01:31:57 -07:00
2015-09-07 16:09:27 -07:00
2015-09-07 16:09:27 -07:00
2015-09-01 18:23:21 -07:00
2015-09-07 16:09:27 -07:00
2015-08-24 23:57:25 -07:00
2015-09-03 15:32:54 -07:00
2015-09-09 02:22:24 -07:00
2015-08-26 01:31:57 -07:00
2015-09-07 16:09:27 -07:00
2015-08-28 20:32:39 -07:00
2015-08-04 14:34:15 +02:00
2015-09-05 11:22:11 +03:00
2015-09-03 15:32:54 -07:00
2015-08-24 23:57:25 -07:00
2015-07-26 12:44:54 -07:00
2015-06-30 15:08:02 -07:00
2015-09-03 15:32:54 -07:00
2015-09-17 12:03:25 -07:00
2015-09-07 16:09:27 -07:00
2015-08-13 16:53:49 -04:00
2015-08-21 14:09:47 -07:00
2015-08-24 00:27:53 -07:00
2015-09-07 16:09:27 -07:00
2015-09-07 16:09:27 -07:00
2015-09-12 00:30:02 -04:00
2015-09-03 15:32:54 -07:00
2015-09-03 15:32:54 -07:00
2015-09-16 09:27:51 -07:00
2015-09-17 12:39:54 -07:00
2015-08-20 17:34:57 -07:00