diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-05-04 01:05:33 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-05-04 01:05:33 +0200 |
commit | 864392c532baa956412df895f7193946ed7609b3 (patch) | |
tree | a9276ee72bf698c6b90fc743a89072b532457291 /elisp | |
parent | 98c0e68b5354ef74cf26663d428a8f7839854681 (diff) | |
download | geiser-864392c532baa956412df895f7193946ed7609b3.tar.gz geiser-864392c532baa956412df895f7193946ed7609b3.tar.bz2 |
PLT: autodoc (without argument positions).
Diffstat (limited to 'elisp')
-rw-r--r-- | elisp/geiser-plt.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elisp/geiser-plt.el b/elisp/geiser-plt.el index 6526ae6..b93dc1d 100644 --- a/elisp/geiser-plt.el +++ b/elisp/geiser-plt.el @@ -138,6 +138,7 @@ This function uses `geiser-plt-init-file' if it exists." (let+ 1) (let-values 1) (let/ec 1) + (match defun) (mixin 2) (module defun) (opt-lambda 1) |