aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2001-11-21 19:39:03 +0000
committerJason Rumney2001-11-21 19:39:03 +0000
commit0b55950641d968ac5fcdb94f0c2016e36d656e1c (patch)
tree4a8e270a2f40e1826b8108dda83aa9f12d7278dc
parenteb61b61b2659f83edbadd24df2ba08cea61b4efb (diff)
downloademacs-0b55950641d968ac5fcdb94f0c2016e36d656e1c.tar.gz
emacs-0b55950641d968ac5fcdb94f0c2016e36d656e1c.zip
Added note about locale-coding-system on Windows.
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d87b6e59b6d..9683c041e92 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
295have been moved from the CL package to the core. 295have 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.
298The Windows specific variable w32-system-coding-system, which was
299formerly 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