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