]> code.delx.au - gnu-emacs/blobdiff - lisp/term/cygwin.el
(ibuffer-compressed-file-name-regexp): Undo previous
[gnu-emacs] / lisp / term / cygwin.el
index 8330a91f1f9982fdfe7e6705b987bf51c667d0b0..3bdd5d3aa05a5d7e982a8a17acf987294105be8a 100644 (file)
@@ -1,6 +1,10 @@
 ;;; cygwin.el --- support for the Cygwin terminal -*- no-byte-compile: t -*-
 
 ;;; The Cygwin terminal can't really display underlines.
-(tty-no-underline)
 
+(defun terminal-init-cygwin ()
+  "Terminal initialization function for cygwin."  
+  (tty-no-underline))
+
+;; arch-tag: ca81ce67-3c41-4883-a29b-4c3d64a21191
 ;;; cygwin.el ends here