]> git.eshelyaron.com Git - emacs.git/commit
Make loaddefs-generate slightly more tolerant
authorRobert Pluim <rpluim@gmail.com>
Thu, 4 May 2023 12:07:08 +0000 (14:07 +0200)
committerRobert Pluim <rpluim@gmail.com>
Thu, 4 May 2023 14:03:13 +0000 (16:03 +0200)
commit94e984e6700c805c3aaac6f8d9c56381a8d0673a
tree4d0e9cad3de4e840ee3db77363a2a09255274ce4
parentaba41d2c4bb4a47e2953231044f5a998ab37d82e
Make loaddefs-generate slightly more tolerant

There are packages in the wild, such as vlf-20191126.2250, which have
entries that are not terminated by three ';', but by two.  Tolerate
such entries.

* lisp/emacs-lisp/loaddefs-gen.el (loaddefs-generate): Search for two
';' as a delimiter, not three.  (Bug#63236)
lisp/emacs-lisp/loaddefs-gen.el