branch: elpa/mastodon commit e98ac7acbb95adefdbb56102fe5a0e3b282aa3c9 Author: marty hiatt <martianhia...@disroot.org> Commit: marty hiatt <martianhia...@disroot.org>
index adjust let-binding --- mastodon-index.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mastodon-index.org b/mastodon-index.org index 8ec6c5cbe9..7d08628dc8 100644 --- a/mastodon-index.org +++ b/mastodon-index.org @@ -2,7 +2,7 @@ * mastodon commands index #+BEGIN_SRC emacs-lisp :results table :colnames '("Binding" "Command" "Description") :exports results - (let ((rows)) + (let (rows) (mapatoms (lambda (symbol) (when (and (string-match "^mastodon" @@ -256,7 +256,7 @@ * mastodon custom variables index #+BEGIN_SRC emacs-lisp :results table :colnames '("Custom variable" "Description") :exports results - (let ((rows)) + (let (rows) (mapatoms (lambda (symbol) (when (and (string-match "^mastodon"