diff options
author | Kim F. Storm <storm@cua.dk> | 2004-12-02 10:56:05 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2004-12-02 10:56:05 +0000 |
commit | 8be0b54e3beb33828fc2abb3a8a63eae5c496655 (patch) | |
tree | 764c70964ab4d02e3d40a99ecc278e6565f6d1da /lisp/faces.el | |
parent | 03f012378df54455b166b3c0aa1b36f7d834f48c (diff) | |
download | emacs-8be0b54e3beb33828fc2abb3a8a63eae5c496655.tar.gz |
Set char-table-extra-slots on display-table here.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 2 insertions, 0 deletions
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))) |