diff options
| author | Stefan Monnier | 2013-03-27 10:33:03 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-03-27 10:33:03 -0400 |
| commit | f557c1b1a9b24212728bf27027f0d0cc1d9bbecb (patch) | |
| tree | ef5c289924788904c1c1c8585786ca7782349280 /etc | |
| parent | 002668e109fe71527f564a797d4c5e0756e45530 (diff) | |
| download | emacs-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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. |
| 306 | Emacs now supports notifications of filesystem changes, such as | 308 | Emacs now supports notifications of filesystem changes, such as |
| 307 | creation, modification, and deletion of files. This requires the | 309 | creation, modification, and deletion of files. This requires the |