]> git.eshelyaron.com Git - emacs.git/commit
Don't include text properties when making autoloads
authorAllen Li <darkfeline@felesatra.moe>
Wed, 8 Aug 2018 07:03:36 +0000 (00:03 -0700)
committerEli Zaretskii <eliz@gnu.org>
Fri, 17 Aug 2018 14:05:20 +0000 (17:05 +0300)
commit58e5f10f884f70faea2dc577e890ccc9e8c5d0f5
tree9296951b91b3761773225c227e889fe71a570e35
parent64eb9b71da7c3c34541929c1b0dfb7f0c11d3d88
Don't include text properties when making autoloads

* lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads):
Ignore text properties when finding autoload defs.  Otherwise,
autoload generation is less deterministic, as the exact format of the
generated autoloads depends on whether the files are visited in
Emacs.  (Bug#32395)
lisp/emacs-lisp/autoload.el