aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Stephani2020-11-09 18:15:12 +0100
committerPhilipp Stephani2020-11-09 18:15:51 +0100
commita08320f7234685cd84a18040556fd3f7eaacaf45 (patch)
tree7863805bcd773c1eaaf0bbdd750f4186cdb160fe
parentd8a31b0c03f93976027722324b173e880b402f34 (diff)
downloademacs-a08320f7234685cd84a18040556fd3f7eaacaf45.tar.gz
emacs-a08320f7234685cd84a18040556fd3f7eaacaf45.zip
* lisp/disp-table.el (make-glyph-code): Remove obsolete comment.
-rw-r--r--lisp/disp-table.el2
1 files changed, 0 insertions, 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."
220;;;###autoload 220;;;###autoload
221(defun make-glyph-code (char &optional face) 221(defun make-glyph-code (char &optional face)
222 "Return a glyph code representing char CHAR with face FACE." 222 "Return a glyph code representing char CHAR with face FACE."
223 ;; Due to limitations on Emacs integer values, faces with
224 ;; face id greater than 512 are silently ignored.
225 (if (not face) 223 (if (not face)
226 char 224 char
227 (let ((fid (face-id face))) 225 (let ((fid (face-id face)))