1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
emacs/lisp/calc
Paul Eggert ab11a1cf27 Use %s to format strings instead of splicing them
If FOO might contain quotes that are part of a file or variable
name, the quotes should not be translated when showing FOO’s name
in a diagnostic.  So, for example, (message (concat (FOO ": bar")))
is not quite right, as it would translate FOO’s quotes.
Change it to (message "%s: bar" FOO) instead.
* lisp/allout.el (allout-process-exposed):
* lisp/calc/calc-ext.el (calc-do-prefix-help):
* lisp/calc/calc-store.el (calc-store-into):
* lisp/calendar/todo-mode.el (todo-category-completions):
* lisp/cedet/semantic/complete.el (semantic-completion-message):
* lisp/org/ob-latex.el (convert-pdf):
* lisp/org/org-crypt.el (org-crypt-check-auto-save):
* lisp/org/ox-latex.el (org-latex-compile):
* lisp/org/ox-man.el (org-man-compile):
* lisp/org/ox-odt.el (org-odt--export-wrap):
* lisp/org/ox-texinfo.el (org-texinfo-compile):
* lisp/progmodes/ruby-mode.el (ruby-in-ppss-context-p):
* lisp/progmodes/verilog-mode.el (verilog-batch-execute-func)
(verilog-signals-combine-bus, verilog-read-defines)
(verilog-getopt-file, verilog-expand-dirnames)
(verilog-modi-lookup, verilog-modi-modport-lookup-one):
* lisp/term/ns-win.el (ns-spi-service-call):
Use %s to avoid translating quotes of file names etc. in diagnostics.
2015-09-20 09:42:05 -07:00
..
calc-aent.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
calc-alg.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-arith.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-bin.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-comb.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-cplx.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-embed.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
calc-ext.el Use %s to format strings instead of splicing them 2015-09-20 09:42:05 -07:00
calc-fin.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-forms.el Fix minor text quoting in calc, calendar, vc 2015-08-28 22:25:09 -07:00
calc-frac.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-funcs.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-graph.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
calc-help.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
calc-incom.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-keypd.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-lang.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
calc-macs.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-map.el Add new functions for the root mean square of a (Calc) vector 2015-09-15 19:53:06 -05:00
calc-math.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-menu.el Add new functions for the root mean square of a (Calc) vector 2015-09-15 19:53:06 -05:00
calc-misc.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
calc-mode.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
calc-mtx.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-nlfit.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-poly.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-prog.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
calc-rewr.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-rules.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-sel.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-stat.el Add new functions for the root mean square of a (Calc) vector 2015-09-15 19:53:06 -05:00
calc-store.el Use %s to format strings instead of splicing them 2015-09-20 09:42:05 -07:00
calc-stuff.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-trail.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-undo.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-units.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
calc-vec.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
calc-yank.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
calc.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
calcalg2.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calcalg3.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calccomp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calcsel2.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00