Mercurial > emacs
changeset 88642:3a7ca837e9b9
Additional double width specifications.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 25 May 2002 23:30:45 +0000 |
parents | 203bb5221b98 |
children | db559e54c9e0 |
files | lisp/international/characters.el |
diffstat | 1 files changed, 14 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/characters.el Sat May 25 23:19:01 2002 +0000 +++ b/lisp/international/characters.el Sat May 25 23:30:45 2002 +0000 @@ -1069,7 +1069,20 @@ (map-charset-chars #'(lambda (range ignore) (set-char-table-range char-width-table range 2)) 'japanese-jisx0213-2) - + +;; Other double width +(map-charset-chars + (lambda (range ignore) (set-char-table-range char-width-table range 2)) + 'ethiopic) +(map-charset-chars + (lambda (range ignore) (set-char-table-range char-width-table range 2)) + 'tibetan) +(map-charset-chars + (lambda (range ignore) (set-char-table-range char-width-table range 2)) + 'indian-2-column) +(map-charset-chars + (lambda (range ignore) (set-char-table-range char-width-table range 2)) + 'arabic-2-column) ;;; Local Variables: ;;; coding: utf-8-emacs