mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 00:51:50 -08:00
* admin/coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr to XCDR and consistently use CONSP in the list iteration loops. * admin/coccinelle/vector_contents.cocci: Fix indentation. * src/callint.c, src/coding.c, src/doc.c, src/editfns.c, src/eval.c, * src/font.c, src/fontset.c, src/frame.c, src/gnutls.c, src/minibuf.c, * src/msdos.c, src/textprop.c, src/w32fns.c, src/w32menu.c, src/window.c, * src/xmenu.c: Changed to use XCAR and XCDR where argument type is known to be a Lisp_Cons. |
||
|---|---|---|
| .. | ||
| build_string.cocci | ||
| list_loop.cocci | ||
| README | ||
| vector_contents.cocci | ||
| xzalloc.cocci | ||
This directory contains semantic patches for Coccinelle, a program matching and transformation tool for programs written in C. For more details, see http://coccinelle.lip6.fr.