From: Gerd Moellmann Date: Sun, 28 Oct 2001 16:24:54 +0000 (+0000) Subject: (recursive-load-depth-limit): Added. X-Git-Tag: emacs-21.2~438 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=961588fa5f3683bc3bf866e3ff046ebe0bb32919;p=emacs.git (recursive-load-depth-limit): Added. --- 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 @@ ;;; cus-start.el --- define customization properties of builtins ;; -;; Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc. +;; Copyright (C) 1997, 1999, 2000, 2001 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen ;; Keywords: internal @@ -143,7 +143,9 @@ (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