comparison lispref/variables.texi @ 61859:348a53b1dd79

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Apr 2005 11:05:02 +0000
parents 86712739476e
children 846493e4a4fa
comparison
equal deleted inserted replaced
61858:93f163f12d38 61859:348a53b1dd79
1720 stage in the future. 1720 stage in the future.
1721 1721
1722 @defmac make-obsolete-variable variable new &optional when 1722 @defmac make-obsolete-variable variable new &optional when
1723 This macro makes the byte-compiler warn that the variable 1723 This macro makes the byte-compiler warn that the variable
1724 @var{variable} is obsolete. If @var{new} is a symbol, it is the 1724 @var{variable} is obsolete. If @var{new} is a symbol, it is the
1725 variable's new name; then the warning messages says to use @var{new} 1725 variable's new name; then the warning message says to use @var{new}
1726 instead of @var{variable}. If @var{new} is a string, this is the 1726 instead of @var{variable}. If @var{new} is a string, this is the
1727 message and there is no replacement variable. 1727 message and there is no replacement variable.
1728 1728
1729 If provided, @var{when} should be a string indicating when the 1729 If provided, @var{when} should be a string indicating when the
1730 variable was first made obsolete---for example, a date or a release 1730 variable was first made obsolete---for example, a date or a release