go-playground-autoloads.el (1788B)
1 ;;; go-playground-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- 2 ;; Generated by the `loaddefs-generate' function. 3 4 ;; This file is part of GNU Emacs. 5 6 ;;; Code: 7 8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path))) 9 10 11 12 ;;; Generated autoloads from go-playground.el 13 14 (autoload 'go-playground-mode "go-playground" "\ 15 A place for playing with golang code and export it in short snippets. 16 17 This is a minor mode. If called interactively, toggle the 18 `Go-Playground mode' mode. If the prefix argument is positive, 19 enable the mode, and if it is zero or negative, disable the mode. 20 21 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 22 the mode if ARG is nil, omitted, or is a positive number. 23 Disable the mode if ARG is a negative number. 24 25 To check whether the minor mode is enabled in the current buffer, 26 evaluate `go-playground-mode'. 27 28 The mode's hook is called both when the mode is enabled and when 29 it is disabled. 30 31 (fn &optional ARG)" t) 32 (autoload 'go-playground "go-playground" "\ 33 Run playground for Go language in a new buffer." t) 34 (autoload 'go-playground-remove-current-snippet "go-playground" "\ 35 Obsoleted by `go-playground-rm'." t) 36 (autoload 'go-playground-download "go-playground" "\ 37 Download a paste from the play.golang.org and insert it in a new local playground buffer. 38 Tries to look for a URL at point. 39 40 (fn URL)" t) 41 (register-definition-prefixes "go-playground" '("go-playground-")) 42 43 44 ;;; End of scraped data 45 46 (provide 'go-playground-autoloads) 47 48 ;; Local Variables: 49 ;; version-control: never 50 ;; no-byte-compile: t 51 ;; no-update-autoloads: t 52 ;; no-native-compile: t 53 ;; coding: utf-8-emacs-unix 54 ;; End: 55 56 ;;; go-playground-autoloads.el ends here