From: Richard M. Stallman Date: Tue, 27 Nov 2001 04:59:43 +0000 (+0000) Subject: (recursive-load-depth-limit): Delete item. X-Git-Tag: ttn-vms-21-2-B4~18095 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f537e54d643764193bb10baf2f1e221a1f3ffe4;p=emacs.git (recursive-load-depth-limit): Delete item. --- 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