diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2017-01-13 18:47:15 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2017-01-13 18:49:31 +0100 |
| commit | 557d9c8d7a843bf06e75b4e1a742654ccf951fa3 (patch) | |
| tree | dcd96026be9c5c408ed08f9f3061962c00d0d39d /configure.ac | |
| parent | 608a50b66c73d5bdfd224195b839e01b781c354c (diff) | |
etc: Support indentation of whole files.
* etc/indent-package.el.in: Rename to...
* etc/indent-code.el.in: ... this. Add case for a single argument.
* doc/contributing.texi (Formatting Code): Adjust accordingly.
* configure.ac: Likewise.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f628fa9d0d2..9079a142dc5 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -245,6 +245,6 @@ AC_CONFIG_FILES([scripts/guix], [chmod +x scripts/guix]) | |||
| 245 | AC_CONFIG_FILES([test-env:build-aux/test-env.in], [chmod +x test-env]) | 245 | AC_CONFIG_FILES([test-env:build-aux/test-env.in], [chmod +x test-env]) |
| 246 | AC_CONFIG_FILES([pre-inst-env:build-aux/pre-inst-env.in], | 246 | AC_CONFIG_FILES([pre-inst-env:build-aux/pre-inst-env.in], |
| 247 | [chmod +x pre-inst-env]) | 247 | [chmod +x pre-inst-env]) |
| 248 | AC_CONFIG_FILES([etc/indent-package.el], [chmod +x etc/indent-package.el]) | 248 | AC_CONFIG_FILES([etc/indent-code.el], [chmod +x etc/indent-code.el]) |
| 249 | 249 | ||
| 250 | AC_OUTPUT | 250 | AC_OUTPUT |
