* etc/publicsuffix.txt: Update from source.
[bpt/emacs.git] / lisp / term / cygwin.el
CommitLineData
290af740 1;;; cygwin.el --- support for the Cygwin terminal
19292318
DN
2
3;;; The Cygwin terminal can't really display underlines.
4f0c9ba7
DN
4
5(defun terminal-init-cygwin ()
8cbd7bed 6 "Terminal initialization function for cygwin."
4f0c9ba7 7 (tty-no-underline))
19292318
DN
8
9;;; cygwin.el ends here