diff options
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))) |