emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/cygwin.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/term/cygwin.el
Date: Wed, 27 Jul 2005 14:02:13 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]