diff options
| author | Gerd Moellmann | 2001-10-28 16:24:15 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-10-28 16:24:15 +0000 |
| commit | e5515302f53b4187a69c477e5b5ba31626ae8874 (patch) | |
| tree | 75ab40b6c850833eb2e237a96d6bd0f895848531 | |
| parent | bb41818d98843bc03338434e4e5cbe0700b9cc2e (diff) | |
| download | emacs-e5515302f53b4187a69c477e5b5ba31626ae8874.tar.gz emacs-e5515302f53b4187a69c477e5b5ba31626ae8874.zip | |
(recursive-load-depth-limit): Added.
| -rw-r--r-- | lisp/cus-start.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index c42124f4e7e..f6070b43008 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cus-start.el --- define customization properties of builtins | 1 | ;;; cus-start.el --- define customization properties of builtins |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1999, 2000, 2001 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| @@ -143,7 +143,9 @@ | |||
| 143 | (integer :tag "time" 2) | 143 | (integer :tag "time" 2) |
| 144 | (other :tag "on"))) | 144 | (other :tag "on"))) |
| 145 | ;; lread.c | 145 | ;; lread.c |
| 146 | 146 | (recursive-load-depth-limit limits (choice (const :tag "off" nil) | |
| 147 | integer)) | ||
| 148 | |||
| 147 | ;; This is not good news because it will use the wrong | 149 | ;; This is not good news because it will use the wrong |
| 148 | ;; version-specific directories when you upgrade. We need | 150 | ;; version-specific directories when you upgrade. We need |
| 149 | ;; customization of the front of the list, maintaining the standard | 151 | ;; customization of the front of the list, maintaining the standard |