]> code.delx.au - gnu-emacs/blob - lisp/term/cygwin.el
Merge from emacs-24; up to 2012-05-08T15:19:18Z!monnier@iro.umontreal.ca
[gnu-emacs] / lisp / term / cygwin.el
1 ;;; cygwin.el --- support for the Cygwin terminal
2
3 ;;; The Cygwin terminal can't really display underlines.
4
5 (defun terminal-init-cygwin ()
6 "Terminal initialization function for cygwin."
7 (tty-no-underline))
8
9 ;;; cygwin.el ends here