33 lines
697 B
EmacsLisp
33 lines
697 B
EmacsLisp
|
;;; go-autoloads.el --- automatically extracted autoloads
|
|||
|
;;
|
|||
|
;;; Code:
|
|||
|
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
|
|||
|
|
|||
|
;;;### (autoloads nil "go" "go.el" (22490 32825 89857 211000))
|
|||
|
;;; Generated autoloads from go.el
|
|||
|
|
|||
|
(autoload 'go-play "go" "\
|
|||
|
Play a game of GO.
|
|||
|
|
|||
|
\(fn)" t nil)
|
|||
|
|
|||
|
(autoload 'go-view-sgf "go" "\
|
|||
|
View an SGF file.
|
|||
|
|
|||
|
\(fn &optional FILE)" t nil)
|
|||
|
|
|||
|
;;;***
|
|||
|
|
|||
|
;;;### (autoloads nil nil ("go-api.el" "go-board-faces.el" "go-board.el"
|
|||
|
;;;;;; "go-pkg.el" "go-util.el" "list-buffer.el") (22490 32825 112091
|
|||
|
;;;;;; 153000))
|
|||
|
|
|||
|
;;;***
|
|||
|
|
|||
|
;; Local Variables:
|
|||
|
;; version-control: never
|
|||
|
;; no-byte-compile: t
|
|||
|
;; no-update-autoloads: t
|
|||
|
;; End:
|
|||
|
;;; go-autoloads.el ends here
|