comparison lisp/term/cygwin.el @ 83716:a73440d2f146 merge-multi-tty-to-trunk

Merge multi-tty branch Revision: emacs@sv.gnu.org/emacs--devo--0--patch-866
author Miles Bader <miles@gnu.org>
date Wed, 29 Aug 2007 05:28:10 +0000
parents 673d62ad74b5
children ef719132ddfa
comparison
equal deleted inserted replaced
82950:ed8435ec5652 83716:a73440d2f146
1 ;;; cygwin.el --- support for the Cygwin terminal -*- no-byte-compile: t -*- 1 ;;; cygwin.el --- support for the Cygwin terminal -*- no-byte-compile: t -*-
2 2
3 ;;; The Cygwin terminal can't really display underlines. 3 ;;; The Cygwin terminal can't really display underlines.
4 4
5 (defun terminal-init-cygwin () 5 (defun terminal-init-cygwin ()
6 "Terminal initialization function for cygwin." 6 "Terminal initialization function for cygwin."
7 (tty-no-underline)) 7 (tty-no-underline))
8 8
9 ;; arch-tag: ca81ce67-3c41-4883-a29b-4c3d64a21191 9 ;; arch-tag: ca81ce67-3c41-4883-a29b-4c3d64a21191
10 ;;; cygwin.el ends here 10 ;;; cygwin.el ends here