diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/building.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 02f18865f39..272b08d08e9 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi | |||
| @@ -1528,13 +1528,6 @@ Automatic loading also occurs when completing names for | |||
| 1528 | prefix being completed. To disable this feature, change the variable | 1528 | prefix being completed. To disable this feature, change the variable |
| 1529 | @code{help-enable-completion-autoload} to @code{nil}. | 1529 | @code{help-enable-completion-autoload} to @code{nil}. |
| 1530 | 1530 | ||
| 1531 | @vindex load-dangerous-libraries | ||
| 1532 | @cindex Lisp files byte-compiled by XEmacs | ||
| 1533 | By default, Emacs refuses to load compiled Lisp files which were | ||
| 1534 | compiled with XEmacs, a modified version of Emacs---they can cause | ||
| 1535 | Emacs to crash. Set the variable @code{load-dangerous-libraries} to | ||
| 1536 | @code{t} if you want to try loading them. | ||
| 1537 | |||
| 1538 | @node Lisp Eval | 1531 | @node Lisp Eval |
| 1539 | @section Evaluating Emacs Lisp Expressions | 1532 | @section Evaluating Emacs Lisp Expressions |
| 1540 | @cindex Emacs Lisp mode | 1533 | @cindex Emacs Lisp mode |