1 2 3 4 5 6 7 8
;;; regress site-lisp configuration (add-to-list 'load-path "@SITELISP@") (autoload 'regress-insert-suite "regress" nil t) (autoload 'regress-insert-call "regress" nil t) (autoload 'regress-forget "regress" nil t) (autoload 'regress "regress" nil t)