Standardize references to "Nextstep" in comments, messages, and docstrings.
[bpt/emacs.git] / lisp / term / cygwin.el
CommitLineData
19292318
DN
1;;; cygwin.el --- support for the Cygwin terminal -*- no-byte-compile: t -*-
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 8
40154d1a 9;; arch-tag: ca81ce67-3c41-4883-a29b-4c3d64a21191
19292318 10;;; cygwin.el ends here