summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2015-07-22 19:22:49 -0400
committerGlenn Morris <rgm@gnu.org>2015-07-22 19:22:49 -0400
commit8242c3aa36e606498afe21c22a3369ae0e82b13d (patch)
treebf447bdaf1281cbc2930142f117c086f521d1b86 /build-aux
parenta0b8421e3b246c73ce3f9c1bfc7cce32bc1fe883 (diff)
downloademacs-8242c3aa36e606498afe21c22a3369ae0e82b13d.tar.gz
* build-aux/update-subdirs: Put "no-update-autoloads: t" in output.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/update-subdirs1
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~