# HG changeset patch # User Gerd Moellmann # Date 1004286255 0 # Node ID eb91dd2d9bcf56652e4d9a8dcb31ee9bd2aaff7c # Parent acbdf8dbf6d410512f9b9b45b32f513d0811e4b2 (recursive-load-depth-limit): Added. diff -r acbdf8dbf6d4 -r eb91dd2d9bcf lisp/cus-start.el --- a/lisp/cus-start.el Sun Oct 28 14:21:59 2001 +0000 +++ b/lisp/cus-start.el Sun Oct 28 16:24:15 2001 +0000 @@ -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