diff options
author | David Engster <deng@randomsample.de> | 2012-02-26 17:52:09 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-02-26 17:52:09 +0800 |
commit | c2c792605f7ea40e5e9a02c1ee701bcc33db8bdf (patch) | |
tree | eb3861dbafc9e0f711f23b51ed9adaf73ebbe2ed /etc | |
parent | 6a11ec9d5c216c8c41ec06d22b37e6a9bcbdaaa3 (diff) | |
download | emacs-c2c792605f7ea40e5e9a02c1ee701bcc33db8bdf.tar.gz |
Add NEWS entry about update-directory-autoloads change.
Fixes: debbugs:10396
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1131,6 +1131,11 @@ sc.el, x-menu.el, rnews.el, rnewspost.el mechanism is now based on the package concept. The variable finder-package-info is replaced by package--builtins and finder-keywords-hash. +--- +** When generating autoloads, `update-directory-autoloads' no longer +assumes every inspected file is in your `load-path'. It instead +generates relative names according to the current `load-path'. + * Lisp changes in Emacs 24.1 |