diff options
Diffstat (limited to 'module/language/elisp/README')
-rw-r--r-- | module/language/elisp/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/language/elisp/README b/module/language/elisp/README index 5f0b7c81e..684677bf4 100644 --- a/module/language/elisp/README +++ b/module/language/elisp/README @@ -15,6 +15,7 @@ Already implemented: * some built-ins (mainly numbers/arithmetic) * defconst, defvar, defun * macros + * quotation and backquotation with unquote/unquote-splicing Especially still missing: * other progX forms, will be done in macros @@ -28,7 +29,6 @@ Especially still missing: * fset & friends, defalias functions * advice? * defsubst and inlining - * real quoting * need fluids for function bindings? * recursive macros * anonymous macros |