diff options
| author | Richard M. Stallman | 2002-09-18 16:14:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-18 16:14:44 +0000 |
| commit | 3116d142b86da9afd877fdbab7a0d18b144242bf (patch) | |
| tree | aeed404ed1549cf75a42a7b206bda41641e0a6c0 /etc | |
| parent | dea0ee201916a98df664cb25ecb393dfd1fe204c (diff) | |
| download | emacs-3116d142b86da9afd877fdbab7a0d18b144242bf.tar.gz emacs-3116d142b86da9afd877fdbab7a0d18b144242bf.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -451,6 +451,7 @@ sense for the attribute. When an attribute is de-selected by unchecking | |||
| 451 | its check-box, then the (now ignored, but still present temporarily in | 451 | its check-box, then the (now ignored, but still present temporarily in |
| 452 | case you re-select the attribute) value is hidden. | 452 | case you re-select the attribute) value is hidden. |
| 453 | 453 | ||
| 454 | +++ | ||
| 454 | ** When you set or reset a variable's value in a Customize buffer, | 455 | ** When you set or reset a variable's value in a Customize buffer, |
| 455 | the previous value becomes the "backup value" of the variable. | 456 | the previous value becomes the "backup value" of the variable. |
| 456 | You can go back to that backup value by selecting "Use Backup Value" | 457 | You can go back to that backup value by selecting "Use Backup Value" |
| @@ -1067,6 +1068,10 @@ with Custom. | |||
| 1067 | 1068 | ||
| 1068 | * Lisp Changes in Emacs 21.4 | 1069 | * Lisp Changes in Emacs 21.4 |
| 1069 | 1070 | ||
| 1071 | ** When you are printing using print-continuous-numbering, | ||
| 1072 | if no objects have had to be recorded in print-number-table, | ||
| 1073 | all elements of print-number-table are nil. | ||
| 1074 | |||
| 1070 | ** When using non-toolkit scroll bars with the default width, | 1075 | ** When using non-toolkit scroll bars with the default width, |
| 1071 | the scroll-bar-width frame parameter value is nil. | 1076 | the scroll-bar-width frame parameter value is nil. |
| 1072 | 1077 | ||