1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Set char-table-extra-slots on display-table here.

This commit is contained in:
Kim F. Storm 2004-12-02 10:56:05 +00:00
parent 03f012378d
commit 8be0b54e3b

View file

@ -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)))