ambrevar/emacs: Have emspect take a list instead of &rest args.

master
Pierre Neidhardt 2021-02-08 17:04:20 +01:00
parent 3165825203
commit 544f8fc934
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ See `princ-emacs-buffer'."
(insert ,(princ-to-string thing)))))
(export-always 'emspect)
(defun emspect (&rest things)
(defun emspect (things)
"Inspect THINGS with Emacs.
Require the `clinspect' library."
;; TODO: Allow customizing column sorters, width, formatters.