]> git.eshelyaron.com Git - emacs.git/commit
Fix some confusion with ‘format’
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Aug 2015 02:06:57 +0000 (19:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Aug 2015 02:07:28 +0000 (19:07 -0700)
commit0c856a2c459016f1f9cce173f5b2b49be36e3452
treebbc837053a7255b7e392109fb5680abb8c4513b9
parentec044fd2bfd6257742418d621685017325cb24cc
Fix some confusion with ‘format’

* lisp/allout-widgets.el (allout-widgets-before-change-handler)
(allout-graphics-modification-handler):
Protect arbitrary string in a format context with "%s" format.
* lisp/avoid.el:
* lisp/cedet/semantic/bovine/scm.el: Fix comment.
* lisp/calendar/icalendar.el (icalendar--convert-sexp-to-ical):
* lisp/erc/erc-button.el (erc-button-beats-to-time):
* lisp/gnus/message.el (message-send-form-letter):
* lisp/org/ob-core.el (org-babel-check-evaluate)
(org-babel-confirm-evaluate):
* lisp/org/ob-fortran.el (org-babel-fortran-var-to-fortran):
* lisp/org/ox-latex.el (org-latex-compile):
* lisp/org/ox-man.el (org-man-compile):
* lisp/org/ox-odt.el (org-odt-template):
* lisp/org/ox-texinfo.el (org-texinfo-compile):
* lisp/progmodes/prolog.el (prolog-help-info)
(prolog-view-predspec):
* lisp/progmodes/ruby-mode.el (ruby-parse-partial):
* lisp/progmodes/verilog-mode.el (verilog-showscopes):
* lisp/textmodes/rst.el (rst-replace-lines):
Change (message (format ...)) to (message ...), and likewise
for ‘error’.  This lessens the probability of confusion when the
output of ‘format’ contains ‘%’.
16 files changed:
lisp/allout-widgets.el
lisp/avoid.el
lisp/calendar/icalendar.el
lisp/cedet/semantic/bovine/scm.el
lisp/erc/erc-button.el
lisp/gnus/message.el
lisp/org/ob-core.el
lisp/org/ob-fortran.el
lisp/org/ox-latex.el
lisp/org/ox-man.el
lisp/org/ox-odt.el
lisp/org/ox-texinfo.el
lisp/progmodes/prolog.el
lisp/progmodes/ruby-mode.el
lisp/progmodes/verilog-mode.el
lisp/textmodes/rst.el