* lisp/disp-table.el (make-glyph-code): Remove obsolete comment.

This commit is contained in:
Philipp Stephani 2020-11-09 18:15:12 +01:00
parent d8a31b0c03
commit a08320f723

View file

@ -220,8 +220,6 @@ for a graphical frame."
;;;###autoload
(defun make-glyph-code (char &optional face)
"Return a glyph code representing char CHAR with face FACE."
;; Due to limitations on Emacs integer values, faces with
;; face id greater than 512 are silently ignored.
(if (not face)
char
(let ((fid (face-id face)))