Mercurial > emacs
changeset 26826:8f36e5feb992
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 Dec 1999 04:42:21 +0000 |
parents | 66dfce1feb9c |
children | 3388b58609df |
files | lispref/anti.texi lispref/customize.texi |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/anti.texi Mon Dec 13 03:50:21 1999 +0000 +++ b/lispref/anti.texi Mon Dec 13 04:42:21 1999 +0000 @@ -148,6 +148,10 @@ So there! @item +The keyword @code{:set-after} no longer does anything in +@code{defcustom}. + +@item The variable @code{small-temporary-file-directory} has no special meaning. There's only one variable for specifying which directory to use for temporary files, @code{temporary-file-directory}, but not all
--- a/lispref/customize.texi Mon Dec 13 03:50:21 1999 +0000 +++ b/lispref/customize.texi Mon Dec 13 04:42:21 1999 +0000 @@ -257,6 +257,13 @@ already set or has been customized; otherwise, just use @code{set-default}. @end table + +@item :set-after @var{variables} +When setting variables according to saved customizations, make sure to +set the variables @var{variables} before this one; in other words, delay +setting this variable until after those others have been handled. Use +@code{:set-after} if setting this variable won't work properly unless +those other variables already have their intended values. @end table The @code{:require} option is useful for an option that turns on the