changeset 58729:13bd65942658

Set char-table-extra-slots on display-table here.
author Kim F. Storm <storm@cua.dk>
date Thu, 02 Dec 2004 10:56:05 +0000
parents cfaa6525e103
children 58d50d1b56ac
files lisp/faces.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Thu Dec 02 10:45:31 2004 +0000
+++ b/lisp/faces.el	Thu Dec 02 10:56:05 2004 +0000
@@ -2030,6 +2030,8 @@
 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)))