diff options
| author | Kim F. Storm | 2004-12-02 10:56:05 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-12-02 10:56:05 +0000 |
| commit | 8be0b54e3beb33828fc2abb3a8a63eae5c496655 (patch) | |
| tree | 764c70964ab4d02e3d40a99ecc278e6565f6d1da /lisp | |
| parent | 03f012378df54455b166b3c0aa1b36f7d834f48c (diff) | |
| download | emacs-8be0b54e3beb33828fc2abb3a8a63eae5c496655.tar.gz emacs-8be0b54e3beb33828fc2abb3a8a63eae5c496655.zip | |
Set char-table-extra-slots on display-table here.
Diffstat (limited to 'lisp')
| -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." | |||
| 2030 | It is also used for ... in ellipses." | 2030 | It 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))) |