blob: b2be92698bbb5f066dfbae0452c2eb6736e72eb2 (
plain)
1
2
3
4
5
6
7
|
;;; gforth site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'forth-mode "gforth" "Autoload for `forth-mode'." t)
(autoload 'run-forth "gforth" "Autoload for `run-forth'." t)
|