Fix minor bug introduced in 'Terminate vc-disable-async-diff'
[emacs.git] / lisp / term / cygwin.el
blobd69433a77c2b8c267cf0ca80dcf13fd11e1ee746
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 ;;; cygwin.el ends here