1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00
emacs/lisp/mail
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
..
binhex.el
blessmail.el
emacsbug.el Quoting fixes in lisp mail, mh-e, net, url 2015-08-31 12:56:10 -07:00
feedmail.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
footnote.el Fix byte-compiler warnings about looking-back. 2015-04-20 21:55:00 -04:00
hashcash.el
mail-extr.el
mail-hist.el
mail-utils.el Don't decrypt encrypted files. 2015-08-12 11:24:30 -04:00
mailabbrev.el ; * lisp/mail/mailabbrev.el: Comment. 2015-05-18 20:53:11 -04:00
mailalias.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
mailclient.el Don’t double-encode non-ASCII mail clipboard 2015-09-14 14:09:51 -07:00
mailheader.el
metamail.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
mspools.el
reporter.el
rfc822.el
rfc2368.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
rmail-spam-filter.el
rmail.el Quoting fixes in lisp mail, mh-e, net, url 2015-08-31 12:56:10 -07:00
rmailedit.el ; Comments. 2015-04-27 23:46:09 -07:00
rmailkwd.el
rmailmm.el Quieten compilation, eg in --without-x builds. 2015-05-08 20:13:47 -04:00
rmailmsc.el
rmailout.el Quoting fixes in lisp mail, mh-e, net, url 2015-08-31 12:56:10 -07:00
rmailsort.el
rmailsum.el * lisp/mail/rmailsum.el (rmail-summary-by-recipients) 2015-05-27 23:16:29 -07:00
sendmail.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
smtpmail.el
supercite.el Prefer "this" to “this” in doc strings 2015-05-19 19:08:52 -07:00
uce.el
undigest.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
unrmail.el
uudecode.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00