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:
parent
03f012378d
commit
8be0b54e3b
1 changed files with 2 additions and 0 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue