Mercurial > emacs
view lisp/term/cygwin.el @ 112448:9e4388bac77b
* etc/images/README: Add 2011 to copyright years for (un)checked.xpm.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 23 Jan 2011 17:30:35 -0800 |
parents | ef719132ddfa |
children |
line wrap: on
line source
;;; cygwin.el --- support for the Cygwin terminal -*- no-byte-compile: t -*- ;;; The Cygwin terminal can't really display underlines. (defun terminal-init-cygwin () "Terminal initialization function for cygwin." (tty-no-underline)) ;;; cygwin.el ends here