Set up tables for 8859-6.

This commit is contained in:
Dave Love 2003-01-15 17:53:16 +00:00
parent 33186f32d8
commit 59367f5608
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2003-01-15 Dave Love <fx@gnu.org>
* international/ucs-tables.el: Set up tables for 8859-6.
* server.el (server-window): Customize.
(server-mode): New.
(server-unload-hook): Call server-start.
2003-01-15 John Wiegley <johnw@gnu.org>
* eshell/em-hist.el (eshell-save-history-on-exit): Renamed

View file

@ -1111,7 +1111,7 @@ Translates from the iso8859 charsets and `mule-unicode-0100-24ff'.")
;; Derive tables that can be used as per-coding-system
;; `translation-table-for-encode's.
(dolist (n (list 15 14 9 8 7 5 4 3 2 1))
(dolist (n (list 15 14 9 8 7 6 5 4 3 2 1))
(let* ((alist (symbol-value (intern (format "ucs-8859-%d-alist" n))))
(encode-translator (set (intern (format "ucs-8859-%d-encode-table"
n))