* lisp/disp-table.el (make-glyph-code): Remove obsolete comment.
This commit is contained in:
parent
d8a31b0c03
commit
a08320f723
1 changed files with 0 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue