Merge branch 'master' into comment-cache
[emacs.git] / lisp / term / cygwin.el
blobedc64b4404d552c7e257a773e75656f25ecb7681
1 ;;; cygwin.el --- support for the Cygwin terminal
3 ;;; The Cygwin terminal can't really display underlines.
5 (defun terminal-init-cygwin ()
6 "Terminal initialization function for cygwin."
7 (tty-no-underline))
9 (provide 'term/cygwin)
11 ;;; cygwin.el ends here