emacs/lisp/progmodes
Paul Eggert 0c856a2c45 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 ‘%’.
2015-08-05 19:07:28 -07:00
..
ada-mode.el Fix byte-compiler warnings about looking-back. 2015-04-20 21:55:00 -04:00
ada-prj.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ada-stmt.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ada-xref.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
antlr-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
asm-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
autoconf.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
bat-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
bug-reference.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cc-align.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cc-awk.el Quieten cc-mode compilation 2015-05-06 16:00:22 -04:00
cc-bytecomp.el Allow compilation during loading of Modes derived from a CC Mode mode. 2015-01-13 15:47:26 +00:00
cc-cmds.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
cc-defs.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
cc-engine.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
cc-fonts.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
cc-guess.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
cc-langs.el Add C-language keyword constants to C++ 2015-05-25 13:51:35 -07:00
cc-menus.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cc-mode.el Make c-submit-bug-report file reports at debbugs.gnu.org. (Bug#15784) 2015-05-26 23:29:25 -07:00
cc-styles.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cc-vars.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cfengine.el Fix a bug in cfengine3-mode 2015-07-19 12:39:37 +08:00
cmacexp.el Fix error diagnostics of c-macro-expand 2015-05-02 12:01:04 +03:00
compile.el Have `compilation-set-window' use right window for getting fringes (Bug#20829) 2015-07-04 10:13:22 +02:00
cperl-mode.el ; Do not overwrite preexisting contents of unread-command-events 2015-08-04 14:34:15 +02:00
cpp.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
cwarn.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
dcl-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-abn.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-bnf.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-dtd.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-ebx.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-iso.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-otz.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf-yac.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebnf2ps.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ebrowse.el ; Do not overwrite preexisting contents of unread-command-events 2015-08-04 14:34:15 +02:00
elisp-mode.el Add a second argument to project-ignores 2015-08-02 01:30:36 +03:00
etags.el Don't pass NOVISIT to find-file 2015-08-01 14:40:55 +03:00
executable.el * lisp/progmodes/executable.el (executable-self-display): Obsolete. 2015-06-10 16:24:32 -04:00
f90.el * lisp/progmodes/f90.el (f90-type-def-re): Handle attribute lists 2015-07-05 19:25:04 -07:00
flymake.el In strings, prefer plain and ' to \ and \' 2015-06-30 15:08:02 -07:00
fortran.el ; Do not overwrite preexisting contents of unread-command-events 2015-08-04 14:34:15 +02:00
gdb-mi.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
glasses.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
grep.el Bind grep-highlight-matches around the rgrep call 2015-06-28 04:38:11 +03:00
gud.el Have gud-display-line not display source buffer in gud window. 2015-03-18 08:15:54 +01:00
hideif.el cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r" 2015-04-10 01:50:22 -04:00
hideshow.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
icon.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
idlw-complete-structtag.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
idlw-help.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
idlw-shell.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
idlw-toolbar.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
idlwave.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
inf-lisp.el ; Comment fixes. 2015-06-15 21:24:24 -04:00
js.el Correct js-mode's lighter 2015-07-19 08:18:56 +03:00
ld-script.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
m4-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
make-mode.el In strings, prefer plain and ' to \ and \' 2015-06-30 15:08:02 -07:00
mantemp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
meta-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mixal-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
modula2.el
octave.el ; Do not overwrite preexisting contents of unread-command-events 2015-08-04 14:34:15 +02:00
opascal.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
pascal.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
perl-mode.el * lisp/progmodes/perl-mode.el: Refine handling of /re/ and y/abc/def/ 2015-06-15 17:10:06 -04:00
prog-mode.el Some generic support for multi-mode indentation. 2015-06-14 14:47:16 +00:00
project.el * lisp/progmodes/project.el: Add a paragraph to the front matter. 2015-08-05 15:19:04 +03:00
prolog.el Fix some confusion with ‘format’ 2015-08-05 19:07:28 -07:00
ps-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
python.el python.el: Fix local/remote shell environment setup 2015-07-06 20:08:01 -03:00
ruby-mode.el Fix some confusion with ‘format’ 2015-08-05 19:07:28 -07:00
scheme.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sh-script.el * lisp/progmodes/sh-script.el: Better handle nested quotes 2015-06-09 22:10:38 -04:00
simula.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sql.el 2015-03-14 Michael R. Mauger <michael@mauger.com> 2015-03-14 23:05:28 -04:00
subword.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tcl.el * lisp/progmodes/tcl.el (tcl-filter): 2015-05-12 21:19:38 -04:00
vera-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
verilog-mode.el Fix some confusion with ‘format’ 2015-08-05 19:07:28 -07:00
vhdl-mode.el ; Do not overwrite preexisting contents of unread-command-events 2015-08-04 14:34:15 +02:00
which-func.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
xref.el Preserve window point in xref-find-definitions-other-window 2015-08-05 15:19:04 +03:00
xscheme.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00