Fix permissions handling (CVE-2010-0825).
[emacs.git] / lisp / term / cygwin.el
blobdf857ba6625cfed9f74259777ad97327f4ceae1f
1 ;;; cygwin.el --- support for the Cygwin terminal -*- no-byte-compile: t -*-
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 ;; arch-tag: ca81ce67-3c41-4883-a29b-4c3d64a21191
10 ;;; cygwin.el ends here