emacs-gpu/lisp/gnus
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
..
.dir-locals.el
auth-source.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
canlock.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
ChangeLog.1 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.2 ; Use proper accents in Peter von der Ahé’s name 2015-09-16 22:43:33 -07:00
ChangeLog.3 Rename ChangeLogs for gitlog-to-changelog 2015-04-07 00:00:06 -07:00
compface.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
deuglify.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
ecomplete.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
flow-fill.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gmm-utils.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
gnus-agent.el Quoting fixes in Gnus 2015-08-31 13:07:00 -07:00
gnus-art.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
gnus-async.el Replace instances of "(eval-when-compile (autoload ...))" 2015-05-04 20:38:16 -04:00
gnus-bcklg.el [Gnus] Make nnmairix always select the correct article 2015-01-27 05:45:12 +00:00
gnus-bookmark.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-cache.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-cite.el [Gnus]: Use overlay functions directly 2015-08-19 09:06:40 +00:00
gnus-cloud.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-cus.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
gnus-delay.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-demon.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-diary.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-dired.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-draft.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-dup.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-eform.el Quoting fixes in Gnus 2015-08-31 13:07:00 -07:00
gnus-ems.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-fun.el Quoting fixes in Gnus 2015-08-31 13:07:00 -07:00
gnus-gravatar.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-group.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
gnus-html.el [Gnus]: Use overlay functions directly 2015-08-19 09:06:40 +00:00
gnus-icalendar.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-int.el Go back to grave quoting in Gnus 2015-08-25 19:00:21 -07:00
gnus-kill.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-logic.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-mh.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-ml.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-mlspl.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-msg.el lisp/gnus/gnus-msg.el (gnus-msg-mail): Buffer-local warning fix (bug#19573) 2015-02-13 08:16:39 +00:00
gnus-notifications.el lisp/gnus/gnus-notifications.el (gnus-notifications-action): Replace x-focus-frame kludge by calling gnus-select-frame-set-input-focus 2015-03-08 22:45:06 +00:00
gnus-picon.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-range.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-registry.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
gnus-salt.el [Gnus]: Use overlay functions directly 2015-08-19 09:06:40 +00:00
gnus-score.el Go back to grave quoting in Gnus 2015-08-25 19:00:21 -07:00
gnus-sieve.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
gnus-spec.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-srvr.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-start.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
gnus-sum.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
gnus-sync.el Replace instances of "(eval-when-compile (autoload ...))" 2015-05-04 20:38:16 -04:00
gnus-topic.el Quoting fixes in Gnus 2015-08-31 13:07:00 -07:00
gnus-undo.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-util.el Use defalias at the top level 2015-09-01 22:59:53 +00:00
gnus-uu.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
gnus-vm.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus-win.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnus.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
gravatar.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gssapi.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
html2text.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ietf-drums.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
legacy-gnus-agent.el Go back to grave quoting in Gnus 2015-08-25 19:00:21 -07:00
mail-parse.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mail-prsvr.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mail-source.el mail-source.el: Make the imap mail-source's :mailbox handle a list 2015-09-06 12:59:30 +00:00
mailcap.el lisp/gnus/mailcap.el: Support PDF Tools for PDF viewing of attachments 2015-02-23 09:36:06 +00:00
message.el Bind inhibit-modification-hooks rather than a/b-c-f 2015-09-12 00:30:02 -04:00
messcompat.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mm-archive.el Replace instances of "(eval-when-compile (autoload ...))" 2015-05-04 20:38:16 -04:00
mm-bodies.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mm-decode.el Quoting fixes in Gnus 2015-08-31 13:07:00 -07:00
mm-encode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mm-extern.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mm-partial.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mm-url.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mm-util.el Replace instances of "(eval-when-compile (autoload ...))" 2015-05-04 20:38:16 -04:00
mm-uu.el ; Use proper accents in Peter von der Ahé’s name 2015-09-16 22:43:33 -07:00
mm-view.el * lisp/gnus/mm-view.el (epg-decrypt-string): Autoload. 2015-05-04 20:34:09 -04:00
mml-sec.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mml-smime.el Quoting fixes in Gnus 2015-08-31 13:07:00 -07:00
mml.el Function declaration updates prompted by 'make check-declare' 2015-04-30 20:06:15 -04:00
mml1991.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mml2015.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
nnagent.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
nnbabyl.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
nndiary.el Escape ` and ' in doc 2015-09-01 18:23:21 -07:00
nndir.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
nndoc.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
nndraft.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
nneething.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
nnfolder.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
nngateway.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
nnheader.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
nnimap.el nnimap.el: Handle nil arg to nnimap-request-group 2015-09-06 12:47:43 +00:00
nnir.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
nnmail.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
nnmaildir.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
nnmairix.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
nnmbox.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
nnmh.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
nnml.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
nnnil.el
nnoo.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
nnregistry.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
nnrss.el Function declaration updates prompted by 'make check-declare' 2015-04-30 20:06:15 -04:00
nnspool.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
nntp.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
nnvirtual.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
nnweb.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
plstore.el plstore.el: Don't cache wrong passphrase 2015-03-31 10:14:13 +09:00
pop3.el Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
qp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
registry.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
rfc1843.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
rfc2045.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
rfc2047.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
rfc2231.el Quoting fixes in Gnus 2015-08-31 13:07:00 -07:00
rtree.el Fix typo in previous rtree change 2015-04-05 23:33:22 -07:00
score-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sieve-manage.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sieve-mode.el sieve-mode: support "body" test command 2015-07-19 00:11:02 +00:00
sieve.el [Gnus]: Use overlay functions directly 2015-08-19 09:06:40 +00:00
smiley.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
smime.el Fix minor quoting problems in doc strings 2015-05-28 00:22:03 -07:00
spam-report.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
spam-stat.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
spam-wash.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
spam.el Go back to grave quoting in Gnus 2015-08-25 19:00:21 -07:00
starttls.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
utf7.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
yenc.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00