]> git.eshelyaron.com Git - emacs.git/commit
Prefer NILP (x) to EQ (x, Qnil)
authorStefan Kangas <stefankangas@gmail.com>
Thu, 4 Jan 2024 00:49:34 +0000 (01:49 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 4 Jan 2024 02:42:22 +0000 (03:42 +0100)
commit88ed501abe9666fced46703613c000c26e450ad8
tree322d2a8db5a98743a7214759227660bb0d046827
parentbdfa49502a84f46999c4f207249562f33a119d36
Prefer NILP (x) to EQ (x, Qnil)

* src/image.c (anim_prune_animation_cache):
Prefer NILP (x) to EQ (x, Qnil).
* admin/coccinelle/nilp.cocci: Semantic patch for above change.
admin/coccinelle/nilp.cocci [new file with mode: 0644]
src/image.c