Mercurial > hg > dotemacs
comparison elpa/json-reformat-0.0.6/json-reformat-autoloads.el @ 195:8ef7ef4aad42
json-mode: version 1.7.0
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Tue, 26 Nov 2019 14:34:03 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
194:6ad571bbb951 | 195:8ef7ef4aad42 |
---|---|
1 ;;; json-reformat-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-reformat" "json-reformat.el" (0 0 0 0)) | |
10 ;;; Generated autoloads from json-reformat.el | |
11 | |
12 (autoload 'json-reformat-region "json-reformat" "\ | |
13 Reformat the JSON in the specified region. | |
14 | |
15 If you want to customize the reformat style, | |
16 please see the documentation of `json-reformat:indent-width' | |
17 and `json-reformat:pretty-string?'. | |
18 | |
19 \(fn BEGIN END)" t nil) | |
20 | |
21 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "json-reformat" '("json-reformat"))) | |
22 | |
23 ;;;*** | |
24 | |
25 ;; Local Variables: | |
26 ;; version-control: never | |
27 ;; no-byte-compile: t | |
28 ;; no-update-autoloads: t | |
29 ;; coding: utf-8 | |
30 ;; End: | |
31 ;;; json-reformat-autoloads.el ends here |