config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

go-tag-autoloads.el (1005B)


      1 ;;; go-tag-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-tag.el
     13 
     14 (autoload 'go-tag-open-github "go-tag" "\
     15 go-tag open Github page." t)
     16 (autoload 'go-tag-refresh "go-tag" "\
     17 Refresh field TAGS for struct fields.
     18 
     19 (fn TAGS)" t)
     20 (autoload 'go-tag-add "go-tag" "\
     21 Add field TAGS for struct fields.
     22 
     23 (fn TAGS)" t)
     24 (autoload 'go-tag-remove "go-tag" "\
     25 Remove field TAGS for struct fields.
     26 
     27 (fn TAGS)" t)
     28 (register-definition-prefixes "go-tag" '("go-tag-"))
     29 
     30 ;;; End of scraped data
     31 
     32 (provide 'go-tag-autoloads)
     33 
     34 ;; Local Variables:
     35 ;; version-control: never
     36 ;; no-byte-compile: t
     37 ;; no-update-autoloads: t
     38 ;; no-native-compile: t
     39 ;; coding: utf-8-emacs-unix
     40 ;; End:
     41 
     42 ;;; go-tag-autoloads.el ends here