Mercurial > emacs
view lisp/term/cygwin.el @ 112363:6a0c66185ba1
Update md5 checksums
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Tue, 18 Jan 2011 20:08:00 +0100 |
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