GNU bug report logs - #33231
27.0.50; update-directory-autoloads does not ignore .so files

Previous Next

Package: emacs;

Reported by: Eivind Fonn <evfonn <at> gmail.com>

Date: Thu, 1 Nov 2018 18:31:02 UTC

Severity: normal

Found in version 27.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eivind Fonn <evfonn <at> gmail.com>
To: 33231 <at> debbugs.gnu.org
Subject: bug#33231: 27.0.50; update-directory-autoloads does not ignore .so files
Date: Thu, 1 Nov 2018 19:26:39 +0100
The function contains logic for ignoring compiled but loadable files,
with extensions .elc, .so and .dll. However the regular expression
for filtering these extensions out will incorrectly allow .so through.

autoload.el, update-directory-autoloads around line 1040:
"\\.\\(elc\\|\\so\\|dll\\)" should be "\\.\\(elc\\|so\\|dll\\)"




This bug report was last modified 6 years and 259 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.