dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

json-snatcher-autoloads.el (725B)


      1 ;;; json-snatcher-autoloads.el --- automatically extracted autoloads
      2 ;;
      3 ;;; Code:
      4 
      5 (add-to-list 'load-path (directory-file-name
      6                          (or (file-name-directory #$) (car load-path))))
      7 
      8 
      9 ;;;### (autoloads nil "json-snatcher" "json-snatcher.el" (0 0 0 0))
     10 ;;; Generated autoloads from json-snatcher.el
     11 
     12 (autoload 'jsons-print-path "json-snatcher" "\
     13 Print the path to the JSON value under point, and save it in the kill ring." t nil)
     14 
     15 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "json-snatcher" '("jsons-")))
     16 
     17 ;;;***
     18 
     19 ;; Local Variables:
     20 ;; version-control: never
     21 ;; no-byte-compile: t
     22 ;; no-update-autoloads: t
     23 ;; coding: utf-8
     24 ;; End:
     25 ;;; json-snatcher-autoloads.el ends here