Previous: , Up: Coding Style   [Contents][Index]


11 SXEmacs Specific Style

This section was lifted almost word for word from the XEmacs CODING-STANDARDS by Ben Wing.

Specially-prefixed functions/variables:

Functions for manipulating Lisp types:

Other:

Any header-file declarations of the sort

   struct foobar;

go into the types section of lisp.h.


Previous: , Up: Coding Style   [Contents][Index]