]> code.delx.au - gnu-emacs/blobdiff - lisp/term/tty-colors.el
; Merge from origin/emacs-25
[gnu-emacs] / lisp / term / tty-colors.el
index 3ea26b8c3ede26b8e95f847ec1550f2f09a05ce3..a88695062b83fe8bbeca66f45da511370642000f 100644 (file)
@@ -1035,4 +1035,6 @@ A color is considered gray if the 3 components of its RGB value are equal."
       (setq colors (cdr colors)))
     count))
 
+(provide 'term/tty-colors)
+
 ;;; tty-colors.el ends here