aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/faces.el2
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."
2030It is also used for ... in ellipses." 2030It is also used for ... in ellipses."
2031 :group 'basic-faces) 2031 :group 'basic-faces)
2032 2032
2033(put 'display-table 'char-table-extra-slots 6)
2034
2033(or standard-display-table 2035(or standard-display-table
2034 ;; avoid using autoloaded make-display-table here 2036 ;; avoid using autoloaded make-display-table here
2035 (setq standard-display-table (make-char-table 'display-table nil))) 2037 (setq standard-display-table (make-char-table 'display-table nil)))