diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-11-27 04:59:43 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-11-27 04:59:43 +0000 |
commit | 5f537e54d643764193bb10baf2f1e221a1f3ffe4 (patch) | |
tree | d08b22660b3bfb2cdb6ffb7cfeecf2435d21d46a /lisp/cus-start.el | |
parent | 47e1b9a624569d954803960e69ebc6562d2ac77c (diff) | |
download | emacs-5f537e54d643764193bb10baf2f1e221a1f3ffe4.tar.gz |
(recursive-load-depth-limit): Delete item.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index f6070b43008..ea530a6d719 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -142,10 +142,7 @@ (suggest-key-bindings keyboard (choice (const :tag "off" nil) (integer :tag "time" 2) (other :tag "on"))) - ;; lread.c - (recursive-load-depth-limit limits (choice (const :tag "off" nil) - integer)) - + ;; This is not good news because it will use the wrong ;; version-specific directories when you upgrade. We need ;; customization of the front of the list, maintaining the standard |