# HG changeset patch # User Dave Love # Date 1022369445 0 # Node ID 3a7ca837e9b947e8da3f3fff222f520e37e13e02 # Parent 203bb5221b985328bf5f2c951017947996fc67eb Additional double width specifications. diff -r 203bb5221b98 -r 3a7ca837e9b9 lisp/international/characters.el --- 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