Index: emacs/lisp/term/cygwin.el
diff -c emacs/lisp/term/cygwin.el:1.2 emacs/lisp/term/cygwin.el:1.3
*** emacs/lisp/term/cygwin.el:1.2       Mon Jul 25 05:12:19 2005
--- emacs/lisp/term/cygwin.el   Wed Jul 27 18:02:07 2005
***************
*** 1,7 ****
  ;;; cygwin.el --- support for the Cygwin terminal -*- no-byte-compile: t -*-
  
  ;;; The Cygwin terminal can't really display underlines.
! (tty-no-underline)
  
  ;; arch-tag: ca81ce67-3c41-4883-a29b-4c3d64a21191
  ;;; cygwin.el ends here
--- 1,10 ----
  ;;; 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))
  
  ;; arch-tag: ca81ce67-3c41-4883-a29b-4c3d64a21191
  ;;; cygwin.el ends here


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to