]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/disp-table.el (make-glyph-code): Remove obsolete comment.
authorPhilipp Stephani <phst@google.com>
Mon, 9 Nov 2020 17:15:12 +0000 (18:15 +0100)
committerPhilipp Stephani <phst@google.com>
Mon, 9 Nov 2020 17:15:51 +0000 (18:15 +0100)
lisp/disp-table.el

index 2e88d3502453f2b32380736698a08c10327037b5..70343a39ad2f1cd8588dd7decc37aeedae0dda5c 100644 (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)))