From: Philipp Stephani Date: Mon, 9 Nov 2020 17:15:12 +0000 (+0100) Subject: * lisp/disp-table.el (make-glyph-code): Remove obsolete comment. X-Git-Tag: emacs-28.0.90~5204 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a08320f7234685cd84a18040556fd3f7eaacaf45;p=emacs.git * lisp/disp-table.el (make-glyph-code): Remove obsolete comment. --- diff --git a/lisp/disp-table.el b/lisp/disp-table.el index 2e88d350245..70343a39ad2 100644 --- a/lisp/disp-table.el +++ b/lisp/disp-table.el @@ -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)))