aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-04-04 16:02:37 +0000
committerChong Yidong2007-04-04 16:02:37 +0000
commit331345ba4d65c3afc9f3bb6b7bcbb235e4fb45c4 (patch)
tree21dd80567cf0106a24e65965f66a9a3b759d1c46
parent45948ea1b40e5ea0f1009c11845dd4ffd13860f6 (diff)
downloademacs-331345ba4d65c3afc9f3bb6b7bcbb235e4fb45c4.tar.gz
emacs-331345ba4d65c3afc9f3bb6b7bcbb235e4fb45c4.zip
Add ascii-case-table and with-case-table.
-rw-r--r--etc/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6797014b146..71a8bd5accc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4046,6 +4046,12 @@ inside timer functions and `post-command-hook' functions.
4046This combines `defalias' and `make-obsolete'. 4046This combines `defalias' and `make-obsolete'.
4047 4047
4048+++ 4048+++
4049*** New macro `with-case-table'
4050
4051This executes the body with the case table temporarily set to a given
4052case table.
4053
4054+++
4049*** New function `unsafep' determines whether a Lisp form is safe. 4055*** New function `unsafep' determines whether a Lisp form is safe.
4050 4056
4051It returns nil if the given Lisp form can't possibly do anything 4057It returns nil if the given Lisp form can't possibly do anything
@@ -5844,6 +5850,12 @@ to examine a file being visited and deduce the proper coding system
5844for it. (If the coding system is detected incorrectly for a specific 5850for it. (If the coding system is detected incorrectly for a specific
5845file, you can put a `coding:' tags to override it.) 5851file, you can put a `coding:' tags to override it.)
5846 5852
5853+++
5854*** The new variable `ascii-case-table' stores the case table for the
5855ascii character set. Language environments (such as Turkish) may
5856alter the case correspondences of ASCII characters. This variable
5857saves the original ASCII case table before any such changes.
5858
5847--- 5859---
5848*** The new function `merge-coding-systems' fills in unspecified aspects 5860*** The new function `merge-coding-systems' fills in unspecified aspects
5849of one coding system from another coding system. 5861of one coding system from another coding system.