Next: Copyright Assignment, Up: Contributing [Contents][Index]
Contributed code should follow the GNU Coding Standards https://www.gnu.org/prep/standards/. This may also be available in info on your system.
If it doesn’t, we’ll need to find someone to fix the code before we can use it.
Emacs has additional style and coding conventions:
defadvice
or with-eval-after-load
for Lisp code
to be included in Emacs.
?\s
instead of ?
in Lisp code for a space character.