From: Mark Wooding Date: Thu, 27 Jan 2022 23:27:15 +0000 (+0000) Subject: el/dot-emacs.el: Autoload SLIME while compiling. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/a28427d1290aad4862a51aeef6aa131df06d337c el/dot-emacs.el: Autoload SLIME while compiling. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 21933de..6a6112d 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -4792,11 +4792,12 @@ align the other subforms beneath it. Otherwise, indent them (if mdw-friendly-name (setq ad-return-value mdw-friendly-name) ad-do-it)) -(trap - (if (not mdw-fast-startup) - (progn - (require 'slime-autoloads) - (slime-setup '(slime-autodoc slime-c-p-c))))) +(eval-and-compile + (trap + (if (not mdw-fast-startup) + (progn + (require 'slime-autoloads) + (slime-setup '(slime-autodoc slime-c-p-c)))))) (let ((stuff '((cmucl ("cmucl")) (sbcl ("sbcl") :coding-system utf-8-unix)