changeset 36144:22f75550e788

Rewrite discussion of load-dangerous-libraries.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Feb 2001 13:52:45 +0000
parents 44a6f7ea121f
children c70d510bdb54
files man/building.texi
diffstat 1 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/man/building.texi	Sat Feb 17 13:51:18 2001 +0000
+++ b/man/building.texi	Sat Feb 17 13:52:45 2001 +0000
@@ -652,12 +652,10 @@
 
 @vindex load-dangerous-libraries
 @cindex Lisp files byte-compiled by XEmacs
-  By default, Emacs refuses to load compiled Lisp files which weren't
-compiled with Emacs.  This is because an incompatible change was
-introduced into XEmacs' byte compiler, which could produce files with
-byte codes that cause Emacs to crash.  Set the variable
-@code{load-dangerous-libraries} to t if you want to change this
-behavior.
+  By default, Emacs refuses to load compiled Lisp files which were
+compiled with XEmacs, a modified versions of Emacs---they can cause
+Emacs to crash.  Set the variable @code{load-dangerous-libraries} to
+@code{t} if you want to try loading them.
 
 @node Lisp Eval
 @section Evaluating Emacs-Lisp Expressions