emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Philipp Stephani
Subject: master a08320f: * lisp/disp-table.el (make-glyph-code): Remove obsolete comment.
Date: Mon, 9 Nov 2020 12:16:14 -0500 (EST)

branch: master
commit a08320f7234685cd84a18040556fd3f7eaacaf45
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    * 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 2e88d35..70343a3 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]