emacs/lisp/url
Lars Ingebrigtsen 43c1ee90cb Don't use `format' on strings without % format directives
* lisp/vc/ediff-init.el (ediff-BAD-INFO):
* lisp/url/url-ldap.el (url-ldap):
* lisp/url/url-http.el (url-http--user-agent-default-string):
* lisp/textmodes/reftex.el (reftex-access-parse-file):
* lisp/textmodes/reftex-index.el (reftex-index-phrases-info):
* lisp/textmodes/ispell.el (ispell-create-debug-buffer):
* lisp/term.el (serial-read-speed):
* lisp/progmodes/verilog-mode.el (verilog-scan-debug):
* lisp/progmodes/idlwave.el (idlwave-find-module):
* lisp/progmodes/compile.el (compilation-revert-buffer):
* lisp/org/org-agenda.el (org-search-view):
* lisp/net/telnet.el (telnet-revert-buffer):
* lisp/net/soap-inspect.el (soap-sample-value-for-xs-simple-type):
* lisp/net/newst-backend.el (newsticker--cache-read):
* lisp/mh-e/mh-seq.el (mh-msg-is-in-seq):
* lisp/mail/smtpmail.el (smtpmail-via-smtp):
* lisp/mail/emacsbug.el (report-emacs-bug):
* lisp/jsonrpc.el (jsonrpc-error):
* lisp/help-fns.el (describe-variable):
* lisp/gnus/mm-decode.el (mm-possibly-verify-or-decrypt):
* lisp/gnus/gnus.el (gnus-group-startup-message):
(gnus-group-startup-message):
* lisp/gnus/gnus-group.el (gnus-group-restart):
* lisp/frame.el (make-frame-on-display):
* lisp/emulation/viper-ex.el (ex-help):
* lisp/calendar/icalendar.el (icalendar--convert-ical-to-diary):
(icalendar--add-diary-entry):
* lisp/calendar/cal-tex.el (cal-tex-end-document):
* lisp/calc/calcalg3.el (math-ninteg-romberg): Don't use `format'
on strings that have no % format directives in them.
2021-09-21 17:52:53 +02:00
..
ChangeLog.1 Convert many more links to use HTTPS 2021-03-24 10:20:18 +01:00
url-about.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-auth.el ; Minor checkdoc fixes in url/*.el 2021-09-21 11:14:55 +02:00
url-cache.el ; Minor checkdoc fixes in url/*.el 2021-09-21 11:14:55 +02:00
url-cid.el ; Minor checkdoc fixes in url/*.el 2021-09-21 11:14:55 +02:00
url-cookie.el Remove redundant #' before lambda in {mail,net,url}/*.el 2021-04-01 22:05:16 +02:00
url-dav.el Replace local intersection functions with seq-intersection 2021-04-05 11:14:34 +02:00
url-dired.el ; Minor checkdoc fixes in url/*.el 2021-09-21 11:14:55 +02:00
url-domsuf.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-expand.el ; Minor checkdoc fixes in url/*.el 2021-09-21 11:14:55 +02:00
url-file.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-ftp.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-future.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-gw.el ; Minor checkdoc fixes in url/*.el 2021-09-21 11:14:55 +02:00
url-handlers.el ; Minor checkdoc fixes in url/*.el 2021-09-21 11:14:55 +02:00
url-history.el Remove redundant #' before lambda in {mail,net,url}/*.el 2021-04-01 22:05:16 +02:00
url-http.el Don't use `format' on strings without % format directives 2021-09-21 17:52:53 +02:00
url-imap.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
url-irc.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-ldap.el Don't use `format' on strings without % format directives 2021-09-21 17:52:53 +02:00
url-mailto.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
url-methods.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-misc.el ; Minor checkdoc fixes in url/*.el 2021-09-21 11:14:55 +02:00
url-news.el ; Minor checkdoc fixes in url/*.el 2021-09-21 11:14:55 +02:00
url-nfs.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-parse.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-privacy.el ; Minor checkdoc fixes in url/*.el 2021-09-21 11:14:55 +02:00
url-proxy.el ; Minor checkdoc fixes in url/*.el 2021-09-21 11:14:55 +02:00
url-queue.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
url-tramp.el Use lexical-binding in all of lisp/url 2021-01-26 18:17:00 -05:00
url-util.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
url-vars.el ; Minor checkdoc fixes in url/*.el 2021-09-21 11:14:55 +02:00
url.el Fix problem with occasional stalls in `url-retrieve-synchronously' 2021-08-06 13:28:13 +02:00