From 8be0b54e3beb33828fc2abb3a8a63eae5c496655 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Thu, 2 Dec 2004 10:56:05 +0000 Subject: [PATCH] Set char-table-extra-slots on display-table here. --- lisp/faces.el | 2 ++ 1 file changed, 2 insertions(+) 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))) -- 2.11.4.GIT