diff options
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -294,6 +294,10 @@ the file is copied to that directory instead of signaling an error. | |||
| 294 | ** The variables most-positive-fixnum and most-negative-fixnum | 294 | ** The variables most-positive-fixnum and most-negative-fixnum |
| 295 | have been moved from the CL package to the core. | 295 | have been moved from the CL package to the core. |
| 296 | 296 | ||
| 297 | ** On MS Windows, locale-coding-system is used to interact with the OS. | ||
| 298 | The Windows specific variable w32-system-coding-system, which was | ||
| 299 | formerly used for that purpose is now an alias for locale-coding-system. | ||
| 300 | |||
| 297 | ** New packages: | 301 | ** New packages: |
| 298 | 302 | ||
| 299 | *** The new package syntax.el provides an efficient way to find the | 303 | *** The new package syntax.el provides an efficient way to find the |