Backport commit 0c856a2 from Emacs master branch
commit3a81c7ee6f392463db1db4b3e77a0e0411032382
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Aug 2015 02:06:57 +0000 (5 19:06 -0700)
committerKyle Meyer <kyle@kyleam.com>
Thu, 6 Aug 2015 03:29:43 +0000 (5 23:29 -0400)
tree405167dfe2608f7fa8983055ec530dba79964cb4
parent003a0f10695f035e844d844eacb1a86a6d2df934
Backport commit 0c856a2 from Emacs master branch

* lisp/ob-core.el (org-babel-check-evaluate)
(org-babel-confirm-evaluate):
* lisp/ob-fortran.el (org-babel-fortran-var-to-fortran):
* lisp/ox-latex.el (org-latex-compile):
* lisp/ox-man.el (org-man-compile):
* lisp/ox-odt.el (org-odt-template):
* lisp/ox-texinfo.el (org-texinfo-compile):
Change (message (format ...)) to (message ...), and likewise
for ‘error’.  This lessens the probability of confusion when the
output of ‘format’ contains ‘%’.

Fix some confusion with ‘format’
0c856a2c459016f1f9cce173f5b2b49be36e3452
Paul Eggert
Wed Aug 5 19:07:28 2015 -0700
lisp/ob-core.el
lisp/ob-fortran.el
lisp/ox-latex.el
lisp/ox-man.el
lisp/ox-odt.el
lisp/ox-texinfo.el