From 8242c3aa36e606498afe21c22a3369ae0e82b13d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 22 Jul 2015 19:22:49 -0400 Subject: [PATCH] * build-aux/update-subdirs: Put "no-update-autoloads: t" in output. --- build-aux/update-subdirs | 1 + 1 file changed, 1 insertion(+) diff --git a/build-aux/update-subdirs b/build-aux/update-subdirs index d544b22695..f0ce03992f 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~ -- 2.39.2