Contains classes to implement the Emacs Lisp language.
See: Description
Class Summary | |
---|---|
AddOp | |
CatchableException | An exception thrown by (throw tag value) and caught by (catch tag body). |
defcustom | |
defgroup | |
DivideOp | |
ELisp | |
lambda | The Syntax transformer that re-writes the lambda builtin. |
NumberCompare | |
SaveExcursion | |
While | Implement the ELisp `while' syntax form. |
Contains classes to implement the Emacs Lisp language.
In contrast
gnu.jemacs.buffer
contains classes that implement the editing functionality for buffers.