This website requires JavaScript.
Explore
ben
ben/packages
Help
Sign In
mirrors
/
emacs
mirror of
https://github.com/emacs-mirror/emacs.git
Watch
0
Star
0
Fork
You've already forked emacs
0
Code
Issues
Projects
Releases
Wiki
Activity
master
emacs
/
admin
/
coccinelle
/
listn.cocci
8 lines
89 B
Plaintext
Raw
Permalink
Blame
History
// Prefer 'list (...)' to 'listn (N, ...)'
@@
constant n;
@@
- listn (n,
+ list (
...)
Reference in New Issue
View Git Blame
Copy Permalink