From a08320f7234685cd84a18040556fd3f7eaacaf45 Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Mon, 9 Nov 2020 18:15:12 +0100 Subject: [PATCH] * lisp/disp-table.el (make-glyph-code): Remove obsolete comment. --- lisp/disp-table.el | 2 -- 1 file changed, 2 deletions(-) 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))) -- 2.39.2