gnugo/xemacs-auto-autoloads.el

6 lines
239 B
EmacsLisp
Raw Normal View History

(if (featurep 'gnugo-autoloads) (error "Feature gnugo-autoloads already loaded"))
(autoload 'gnugo "gnugo" "GNU Go" t)
;;(autoload 'gnugo-xpms "gnugo-xpms" "Alist of XPM images suitable for use by gnugo.el " t)
(provide 'gnugo-autoloads)