all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#33231: 27.0.50; update-directory-autoloads does not ignore .so files
@ 2018-11-01 18:26 Eivind Fonn
  2018-11-01 18:57 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Eivind Fonn @ 2018-11-01 18:26 UTC (permalink / raw)
  To: 33231

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\\)"





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#33231: 27.0.50; update-directory-autoloads does not ignore .so files
  2018-11-01 18:26 bug#33231: 27.0.50; update-directory-autoloads does not ignore .so files Eivind Fonn
@ 2018-11-01 18:57 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2018-11-01 18:57 UTC (permalink / raw)
  To: Eivind Fonn; +Cc: 33231-done

> From: Eivind Fonn <evfonn@gmail.com>
> 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\\)"

Thanks, fixed.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-01 18:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-01 18:26 bug#33231: 27.0.50; update-directory-autoloads does not ignore .so files Eivind Fonn
2018-11-01 18:57 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.