From: Glenn Morris Date: Wed, 22 Jul 2015 23:22:49 +0000 (-0400) Subject: * build-aux/update-subdirs: Put "no-update-autoloads: t" in output. X-Git-Tag: emacs-25.0.90~1443 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8242c3aa36e606498afe21c22a3369ae0e82b13d;p=emacs.git * build-aux/update-subdirs: Put "no-update-autoloads: t" in output. --- 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~