# HG changeset patch # User Richard M. Stallman # Date 945060141 0 # Node ID 8f36e5feb992c3458275b9a6eaa29599223c5aac # Parent 66dfce1feb9cc846165f95975e76241eb7d8711e *** empty log message *** diff -r 66dfce1feb9c -r 8f36e5feb992 lispref/anti.texi --- 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 diff -r 66dfce1feb9c -r 8f36e5feb992 lispref/customize.texi --- 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