aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-27 04:59:43 +0000
committerRichard M. Stallman2001-11-27 04:59:43 +0000
commit5f537e54d643764193bb10baf2f1e221a1f3ffe4 (patch)
treed08b22660b3bfb2cdb6ffb7cfeecf2435d21d46a
parent47e1b9a624569d954803960e69ebc6562d2ac77c (diff)
downloademacs-5f537e54d643764193bb10baf2f1e221a1f3ffe4.tar.gz
emacs-5f537e54d643764193bb10baf2f1e221a1f3ffe4.zip
(recursive-load-depth-limit): Delete item.
-rw-r--r--lisp/cus-start.el5
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 @@
142 (suggest-key-bindings keyboard (choice (const :tag "off" nil) 142 (suggest-key-bindings keyboard (choice (const :tag "off" nil)
143 (integer :tag "time" 2) 143 (integer :tag "time" 2)
144 (other :tag "on"))) 144 (other :tag "on")))
145 ;; lread.c 145
146 (recursive-load-depth-limit limits (choice (const :tag "off" nil)
147 integer))
148
149;; This is not good news because it will use the wrong 146;; This is not good news because it will use the wrong
150;; version-specific directories when you upgrade. We need 147;; version-specific directories when you upgrade. We need
151;; customization of the front of the list, maintaining the standard 148;; customization of the front of the list, maintaining the standard