aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2013-03-27 10:33:03 -0400
committerStefan Monnier2013-03-27 10:33:03 -0400
commitf557c1b1a9b24212728bf27027f0d0cc1d9bbecb (patch)
treeef5c289924788904c1c1c8585786ca7782349280 /etc
parent002668e109fe71527f564a797d4c5e0756e45530 (diff)
downloademacs-f557c1b1a9b24212728bf27027f0d0cc1d9bbecb.tar.gz
emacs-f557c1b1a9b24212728bf27027f0d0cc1d9bbecb.zip
* lisp/case-table.el (case-table-get-table): New function.
* lisp/case-table.el: Use lexical-binding. (case-table-get-table): New function. (get-upcase-table): Use it. Mark as obsolete. Adjust callers. * src/casetab.c (init_casetab_once): Don't abuse the ascii eqv table for the upcase table.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 191ddf245f9..74badc6bbef 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -302,6 +302,8 @@ file using `set-file-extended-attributes'.
302 302
303** `dont-compile' is declared obsolete. 303** `dont-compile' is declared obsolete.
304 304
305** `get-upcase-table' is obsoleted by the new `case-table-get-table'.
306
305** Support for filesystem notifications. 307** Support for filesystem notifications.
306Emacs now supports notifications of filesystem changes, such as 308Emacs now supports notifications of filesystem changes, such as
307creation, modification, and deletion of files. This requires the 309creation, modification, and deletion of files. This requires the