diff options
author | Glenn Morris <rgm@gnu.org> | 2015-07-22 19:22:49 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-07-22 19:22:49 -0400 |
commit | 8242c3aa36e606498afe21c22a3369ae0e82b13d (patch) | |
tree | bf447bdaf1281cbc2930142f117c086f521d1b86 /build-aux | |
parent | a0b8421e3b246c73ce3f9c1bfc7cce32bc1fe883 (diff) | |
download | emacs-8242c3aa36e606498afe21c22a3369ae0e82b13d.tar.gz |
* build-aux/update-subdirs: Put "no-update-autoloads: t" in output.
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/update-subdirs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/update-subdirs b/build-aux/update-subdirs index d544b226951..f0ce03992f2 100755 --- a/build-aux/update-subdirs +++ b/build-aux/update-subdirs @@ -47,6 +47,7 @@ else ;; Local" "Variables: ;; version-control: never ;; no-byte-compile: t +;; no-update-autoloads: t ;; End:" > subdirs.el~ if cmp "subdirs.el" "subdirs.el~" >/dev/null 2>&1; then rm subdirs.el~ |