emacs/lisp/calc
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
..
calc-aent.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
calc-alg.el Remove redundant #' before lambda in calc/*.el 2021-04-05 17:28:05 +02:00
calc-arith.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-bin.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
calc-comb.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-cplx.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-embed.el Prefer setq-local in a few more places 2021-02-08 00:25:16 +01:00
calc-ext.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
calc-fin.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-forms.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
calc-frac.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-funcs.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-graph.el Fix byte-compilation warnings 2021-09-11 17:17:34 +02:00
calc-help.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-incom.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-keypd.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
calc-lang.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
calc-macs.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-map.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
calc-math.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-menu.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
calc-misc.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
calc-mode.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-mtx.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-nlfit.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
calc-poly.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-prog.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
calc-rewr.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-rules.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-sel.el * lisp/calc/calc-sel.el (calc-replace-sub-formula): Fix typo 2021-02-15 10:57:26 -05:00
calc-stat.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-store.el * lisp/calc/calc-yank.el (calc-edit-mode): Make it into a proper major mode 2021-01-04 00:01:58 -05:00
calc-stuff.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-trail.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-undo.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-units.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
calc-vec.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
calc-yank.el * lisp: Remove yet more always-nil variables 2021-03-11 13:29:14 -05:00
calc.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
calcalg2.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
calcalg3.el Don't use `format' on strings without % format directives 2021-09-21 17:52:53 +02:00
calccomp.el Calc: use big brackets around function arguments 2021-01-22 15:49:50 +01:00
calcsel2.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00