]> code.delx.au - gnu-emacs/blobdiff - lisp/term/tty-colors.el
; Merge from origin/emacs-25
[gnu-emacs] / lisp / term / tty-colors.el
index 3bc1aa0ee48d0daacfb921504f59139e57b3e5a4..a88695062b83fe8bbeca66f45da511370642000f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; tty-colors.el --- color support for character terminals
 
-;; Copyright (C) 1999-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2016 Free Software Foundation, Inc.
 
 ;; Author: Eli Zaretskii
 ;; Maintainer: emacs-devel@gnu.org
@@ -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