From: Kim F. Storm Date: Thu, 2 Dec 2004 10:56:05 +0000 (+0000) Subject: Set char-table-extra-slots on display-table here. X-Git-Tag: ttn-vms-21-2-B4~3469 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8be0b54e3beb33828fc2abb3a8a63eae5c496655;p=emacs.git Set char-table-extra-slots on display-table here. --- diff --git a/lisp/faces.el b/lisp/faces.el index 4df2d444cb3..cf59931c881 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2030,6 +2030,8 @@ Note: Other faces cannot inherit from the cursor face." It is also used for ... in ellipses." :group 'basic-faces) +(put 'display-table 'char-table-extra-slots 6) + (or standard-display-table ;; avoid using autoloaded make-display-table here (setq standard-display-table (make-char-table 'display-table nil)))