emacs/lisp/net
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
..
ange-ftp.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
browse-url.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
dbus.el Escape ` and ' in doc 2015-09-01 18:23:21 -07:00
dig.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
dns.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
eudc-bob.el EUDC: New maintainer 2015-01-27 10:17:24 -05:00
eudc-export.el Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r. 2015-04-05 12:49:14 +00:00
eudc-hotlist.el EUDC: New maintainer 2015-01-27 10:17:24 -05:00
eudc-vars.el Change default location of EUDC options file 2015-04-27 22:27:59 -04:00
eudc.el cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r" 2015-04-10 01:50:22 -04:00
eudcb-bbdb.el EUDC: Support BBDB >= 3 2015-03-08 21:12:11 -04:00
eudcb-ldap.el Fix EUDC LDAP duplicate mail handling 2015-03-05 21:54:27 -05:00
eudcb-mab.el EUDC: New maintainer 2015-01-27 10:17:24 -05:00
eudcb-ph.el cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r" 2015-04-10 01:50:22 -04:00
eww.el Function declaration updates prompted by 'make check-declare' 2015-04-30 20:06:15 -04:00
gnutls.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
goto-addr.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
hmac-def.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
hmac-md5.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
imap.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
ldap.el Recognize more LDAP attributes 2015-03-09 21:02:37 -04:00
mairix.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
net-utils.el Silence some compilation warnings 2015-04-30 20:09:02 -04:00
netrc.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
network-stream.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
newst-backend.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
newst-plainview.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
newst-reader.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
newst-ticker.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
newst-treeview.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
newsticker.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
nsm.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
ntlm.el Bump version of ntlm.el to 2.00 2015-09-06 22:53:56 -04:00
pinentry.el pinentry.el: Add debugging support 2015-08-19 11:40:44 +09:00
quickurl.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
rcirc.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
rfc2104.el Move rfc2104 from gnus to net 2015-02-13 19:57:56 +11:00
rlogin.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
sasl-cram.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sasl-digest.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sasl-ntlm.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sasl-scram-rfc.el Fix SCRAM-SHA-1 SASL mechanism 2015-02-23 09:09:46 +00:00
sasl.el Fix SCRAM-SHA-1 SASL mechanism 2015-02-23 09:09:46 +00:00
secrets.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
shr-color.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
shr.el Quieten compilation, eg in --without-x builds. 2015-05-08 20:13:47 -04:00
snmp-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
soap-client.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
soap-inspect.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
socks.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
telnet.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
tls.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
tramp-adb.el Introduce `file-notify-valid-p' 2015-09-13 21:16:40 +02:00
tramp-cache.el * lisp/net/tramp-cache.el (top): Use message' but format-message'. 2015-08-26 10:32:02 +02:00
tramp-cmds.el * lisp/net/tramp-cmds.el (tramp-reporter-dump-variable): 2015-08-18 14:24:16 +02:00
tramp-compat.el ; * tramp-compat.el: Remove superfluous comment; formatting 2015-08-26 10:33:11 +02:00
tramp-ftp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tramp-gvfs.el Introduce `file-notify-valid-p' 2015-09-13 21:16:40 +02:00
tramp-gw.el Go back to grave quoting in Tramp 2015-08-25 19:00:21 -07:00
tramp-sh.el Introduce `file-notify-valid-p' 2015-09-13 21:16:40 +02:00
tramp-smb.el Introduce `file-notify-valid-p' 2015-09-13 21:16:40 +02:00
tramp-uu.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tramp.el Introduce `file-notify-valid-p' 2015-09-13 21:16:40 +02:00
trampver.el Improve Tramp's compatibility 2015-08-18 14:25:45 +02:00
webjump.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
zeroconf.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00