diff options
| author | Richard M. Stallman | 2001-02-17 13:52:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-02-17 13:52:45 +0000 |
| commit | a50c7a80f16eabeacc75ef004252c8815c53861b (patch) | |
| tree | bf65f869031acf1eea8d987cc946c19105120a44 | |
| parent | 564ee37bd23aafed06923bb36877bbab4cbc664b (diff) | |
| download | emacs-a50c7a80f16eabeacc75ef004252c8815c53861b.tar.gz emacs-a50c7a80f16eabeacc75ef004252c8815c53861b.zip | |
Rewrite discussion of load-dangerous-libraries.
| -rw-r--r-- | man/building.texi | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/man/building.texi b/man/building.texi index 1a2d62ba07d..239a5b5a43c 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -652,12 +652,10 @@ That's why @code{load-library} searches for @samp{.elc} files first. | |||
| 652 | 652 | ||
| 653 | @vindex load-dangerous-libraries | 653 | @vindex load-dangerous-libraries |
| 654 | @cindex Lisp files byte-compiled by XEmacs | 654 | @cindex Lisp files byte-compiled by XEmacs |
| 655 | By default, Emacs refuses to load compiled Lisp files which weren't | 655 | By default, Emacs refuses to load compiled Lisp files which were |
| 656 | compiled with Emacs. This is because an incompatible change was | 656 | compiled with XEmacs, a modified versions of Emacs---they can cause |
| 657 | introduced into XEmacs' byte compiler, which could produce files with | 657 | Emacs to crash. Set the variable @code{load-dangerous-libraries} to |
| 658 | byte codes that cause Emacs to crash. Set the variable | 658 | @code{t} if you want to try loading them. |
| 659 | @code{load-dangerous-libraries} to t if you want to change this | ||
| 660 | behavior. | ||
| 661 | 659 | ||
| 662 | @node Lisp Eval | 660 | @node Lisp Eval |
| 663 | @section Evaluating Emacs-Lisp Expressions | 661 | @section Evaluating Emacs-Lisp Expressions |