1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-08 23:40:24 -08:00
emacs/lisp/cedet/semantic
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
..
analyze * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
bovine Fix some confusion with ‘format’ 2015-08-05 19:07:28 -07:00
decorate * lisp/cedet/semantic: Remove some dead code 2015-04-10 00:17:19 -04:00
symref Restore <D> instead of '.' in grep-find-template 2015-06-03 05:45:15 +03:00
wisent Fix minor quoting problems in doc strings 2015-05-28 00:22:03 -07:00
analyze.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
bovine.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
chart.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
complete.el * cedet/semantic/fw.el: Use declare. 2015-04-13 10:39:25 -04:00
ctxt.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
db-debug.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
db-ebrowse.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
db-el.el Quieten cedet compilation 2015-05-06 16:02:32 -04:00
db-file.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
db-find.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
db-global.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
db-javascript.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
db-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
db-ref.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
db-typecache.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
db.el * cedet/semantic/fw.el: Use declare. 2015-04-13 10:39:25 -04:00
debug.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
decorate.el * lisp/cedet/semantic: Remove some dead code 2015-04-10 00:17:19 -04:00
dep.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
doc.el Spelling fixes 2015-02-21 20:01:05 -08:00
ede-grammar.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
edit.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
find.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
format.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
fw.el * cedet/semantic/fw.el: Use declare. 2015-04-13 10:39:25 -04:00
grammar-wy.el Use \r rather than ^M in string literals 2015-05-30 09:44:38 -07:00
grammar.el * lisp/cedet/semantic/grammar.el: Fix compiler warnings (bug#20505) 2015-05-05 22:18:19 -04:00
html.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ia-sb.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
ia.el lisp/emacs-lisp/eieio-core.el (eieio-backward-compatibility): New var. 2015-01-07 23:11:58 -05:00
idle.el * cedet/semantic/fw.el: Use declare. 2015-04-13 10:39:25 -04:00
imenu.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
java.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lex-spp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lex.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mru-bookmark.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
sb.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
scope.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
senator.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sort.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
symref.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
tag-file.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tag-ls.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tag-write.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tag.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
texi.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
util-modes.el * lisp/cedet/semantic: Remove some dead code 2015-04-10 00:17:19 -04:00
util.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
wisent.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00