1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
emacs/doc
Stefan Kangas e98ee8ddac Make 'load-dangerous-libraries' obsolete (Bug#37819)
When 'load-dangerous-libraries' was t, Emacs allowed loading .elc
files compiled by XEmacs.  This patch removes the support for that use
case, and declares the variable obsolete.

* lisp/subr.el (load-dangerous-libraries): Declare obsolete.
* src/lread.c (Fload): Ignore its value, and thereby refuse to load
files byte compiled by XEmacs.
(syms_of_lread): Update doc string of 'bytecomp-version-regexp' to not
refer to it.
* doc/emacs/building.texi (Lisp Libraries): Remove its documentation.
2020-03-01 01:19:23 +01:00
..
emacs Make 'load-dangerous-libraries' obsolete (Bug#37819) 2020-03-01 01:19:23 +01:00
lispintro Merge from origin/emacs-27 2020-02-13 07:50:24 -08:00
lispref Add 'nofollow' flag to set-file-modes etc. 2020-02-23 16:45:50 -08:00
man Update copyright year to 2020 2020-01-01 00:59:52 +00:00
misc * doc/misc/texinfo.tex: Update from Gnulib. 2020-02-18 17:51:28 -08:00