diff options
| author | Paul Eggert | 2020-01-04 19:12:41 -0800 |
|---|---|---|
| committer | Paul Eggert | 2020-01-04 19:13:23 -0800 |
| commit | 505ed064a090ff544abc1c7b496ebf7658b040ee (patch) | |
| tree | 60470ee7147806003aa02b930f52f9892f520197 /lisp/disp-table.el | |
| parent | 39101173fe7434827e69fb92041fd857a9152509 (diff) | |
| download | emacs-505ed064a090ff544abc1c7b496ebf7658b040ee.tar.gz emacs-505ed064a090ff544abc1c7b496ebf7658b040ee.zip | |
; Some that->than fixes.
Diffstat (limited to 'lisp/disp-table.el')
| -rw-r--r-- | lisp/disp-table.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/disp-table.el b/lisp/disp-table.el index fe63573c0a3..2e88d350245 100644 --- a/lisp/disp-table.el +++ b/lisp/disp-table.el | |||
| @@ -221,7 +221,7 @@ for a graphical frame." | |||
| 221 | (defun make-glyph-code (char &optional face) | 221 | (defun make-glyph-code (char &optional face) |
| 222 | "Return a glyph code representing char CHAR with face FACE." | 222 | "Return a glyph code representing char CHAR with face FACE." |
| 223 | ;; Due to limitations on Emacs integer values, faces with | 223 | ;; Due to limitations on Emacs integer values, faces with |
| 224 | ;; face id greater that 512 are silently ignored. | 224 | ;; face id greater than 512 are silently ignored. |
| 225 | (if (not face) | 225 | (if (not face) |
| 226 | char | 226 | char |
| 227 | (let ((fid (face-id face))) | 227 | (let ((fid (face-id face))) |