Mercurial > emacs
comparison lisp/cus-start.el @ 40413:eb91dd2d9bcf
(recursive-load-depth-limit): Added.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 28 Oct 2001 16:24:15 +0000 |
parents | 153f1b1f2efd |
children | b825c024c5de |
comparison
equal
deleted
inserted
replaced
40412:acbdf8dbf6d4 | 40413:eb91dd2d9bcf |
---|---|
1 ;;; cus-start.el --- define customization properties of builtins | 1 ;;; cus-start.el --- define customization properties of builtins |
2 ;; | 2 ;; |
3 ;; Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1997, 1999, 2000, 2001 Free Software Foundation, Inc. |
4 ;; | 4 ;; |
5 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 5 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
6 ;; Keywords: internal | 6 ;; Keywords: internal |
7 | 7 |
8 ;; This file is part of GNU Emacs. | 8 ;; This file is part of GNU Emacs. |
141 (menu-prompting menu boolean) | 141 (menu-prompting menu boolean) |
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 ;; lread.c |
146 | 146 (recursive-load-depth-limit limits (choice (const :tag "off" nil) |
147 integer)) | |
148 | |
147 ;; This is not good news because it will use the wrong | 149 ;; This is not good news because it will use the wrong |
148 ;; version-specific directories when you upgrade. We need | 150 ;; version-specific directories when you upgrade. We need |
149 ;; customization of the front of the list, maintaining the standard | 151 ;; customization of the front of the list, maintaining the standard |
150 ;; value intact at the back. | 152 ;; value intact at the back. |
151 ;;; (load-path environment | 153 ;;; (load-path environment |