dot/emacs: Error detection when sending mail using sendmail(8).
[profile] / dot / lisp-init.lisp
index 8a543e0..c77e494 100644 (file)
@@ -7,11 +7,11 @@
 #+sbcl (require :asdf)
 #+clisp (let ((*compile-verbose* nil)
              (*load-verbose* nil))
-         (load "/usr/share/common-lisp/source/cl-asdf/asdf.lisp"
-               :verbose nil)
          (handler-bind ((warning (lambda (cond)
                                    (declare (ignore cond))
                                    (muffle-warning))))
+           (load "/usr/share/common-lisp/source/cl-asdf/asdf.lisp"
+                 :verbose nil)
            (funcall (find-symbol "LOAD-SYSTEM" :asdf) :asdf
                     :verbose nil)))