1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-21 06:11:50 -07:00

; * etc/NEWS: Improve one entry.

This commit is contained in:
Eli Zaretskii 2026-03-14 09:29:58 +02:00
parent 3ed7ac4e66
commit 44fa418987

View file

@ -70,14 +70,14 @@ done from early-init.el, such as adding to 'package-directory-list'.
+++
** Emacs prepares a User Lisp directory by default.
If you have a directory named "user-lisp" in your Emacs configuration
directory, then the recursive contents will now be byte-compiled,
scraped for autoload cookies and ensured to be in 'load-path' by
default. You can disable the feature by setting 'user-lisp-auto-scrape'
to nil, or set the 'user-lisp-directory' user option to process any
other directory on your system. You can also invoke the
'prepare-user-lisp' command manually at any time. See the Info node
"(emacs) User Lisp Directory" for more details.
If you have a subdirectory named 'user-lisp' in your Emacs configuration
directory, then Lisp files in it and its subdirectories will now be
recursively byte-compiled, scraped for autoload cookies and ensured to
be in 'load-path' by default. You can disable the feature by setting
'user-lisp-auto-scrape' to nil, or set the 'user-lisp-directory' user
option to process any other directory on your system. You can also
invoke the 'prepare-user-lisp' command manually at any time. See the
Info node "(emacs) User Lisp Directory" for more details.
* Changes in Emacs 31.1