1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
emacs/lisp/url
Paul Eggert bc2a93d5b7 Fix more regular expression typos
Problem reported by Mattias Engdegård in:
https://lists.gnu.org/r/emacs-devel/2019-03/msg00548.html
except that I didn’t address the issues involving Hebrew,
or involving comint-prompt-regexp.
* lisp/align.el (align-rules-list, align-exclude-rules-list):
* lisp/auth-source-pass.el (auth-source-pass--parse-secret)
(auth-source-pass--parse-data):
* lisp/cedet/data-debug.el (data-debug-next)
(data-debug-prev, data-debug-expand-or-contract):
* lisp/comint.el (comint-within-quotes):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
* lisp/emulation/viper-ex.el (ex-cmd-complete):
* lisp/gnus/gnus-cite.el (gnus-message-search-citation-line):
* lisp/gnus/nnir.el (nnir-imap-end-of-input):
* lisp/mail/mail-extr.el (mail-extr-all-letters):
* lisp/minibuffer.el (minibuffer-maybe-quote-filename):
* lisp/nxml/rng-nxml.el (rng-complete-tag)
(rng-complete-end-tag, rng-complete-attribute-name):
* lisp/obsolete/vip.el (vip-get-ex-token, vip-get-ex-pat):
* lisp/org/org-pcomplete.el (org-thing-at-point):
* lisp/org/org.el (org-set-tags)
(org-increase-number-at-point)
(org-fill-line-break-nobreak-p):
* lisp/pcomplete.el (pcomplete-parse-comint-arguments):
* lisp/progmodes/ada-mode.el (ada-compile-goto-error):
* lisp/progmodes/cperl-mode.el (cperl-highlight-charclass)
(cperl-find-pods-heres, cperl-not-bad-style-regexp)
(cperl-regext-to-level-start):
* lisp/progmodes/ebnf-yac.el (ebnf-yac-skip-spaces):
* lisp/progmodes/flymake-proc.el (flymake-proc-master-tex-init):
* lisp/progmodes/flymake.el (flymake-diag-region):
* lisp/progmodes/fortran.el (fortran-current-line-indentation):
* lisp/progmodes/idlw-complete-structtag.el:
(idlwave-complete-structure-tag):
* lisp/progmodes/idlwave.el (idlwave-complete-sysvar-or-tag):
* lisp/progmodes/prolog.el (prolog-pred-end)
(prolog-clause-info):
* lisp/progmodes/ruby-mode.el (ruby-forward-sexp)
(ruby-backward-sexp):
* lisp/progmodes/verilog-mode.el (verilog-repair-open-comma):
* lisp/term.el (term-within-quotes):
* lisp/textmodes/bib-mode.el (bib-capitalize-title-stop-words):
* lisp/textmodes/refbib.el (r2b-capitalize-title-stop-words):
* lisp/textmodes/reftex-parse.el (reftex-nth-arg):
* lisp/textmodes/rst.el (rst-svn-rev):
* lisp/url/url-http.el (url-http-parse-response):
* test/lisp/progmodes/f90-tests.el (f90-test-bug3730):
Fix regular expression typos.
2019-03-18 17:02:29 -07:00
..
ChangeLog.1 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-about.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-auth.el Simplify url-digest-auth-make-cnonce 2019-02-11 00:08:41 -08:00
url-cache.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
url-cid.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-cookie.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
url-dav.el Simplify use of encode-time 2019-02-10 23:54:35 -08:00
url-dired.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
url-domsuf.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-expand.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-file.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
url-ftp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-future.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-gw.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
url-handlers.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
url-history.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-http.el Fix more regular expression typos 2019-03-18 17:02:29 -07:00
url-imap.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-irc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-ldap.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-mailto.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-methods.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
url-misc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-news.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-nfs.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-ns.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-parse.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
url-privacy.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
url-proxy.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-queue.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
url-tramp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
url-util.el Avoid gratuitous errors in 'url-retrieve-synchronously' 2019-03-13 18:53:08 +02:00
url-vars.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
url.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00