view lisp/term/cygwin.el @ 106947:938f7da4579e

Fix sgml-maybe-name-self (Bug#5380). * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to process last-command-event, as it is now decoded first (Bug#5380).
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 21 Jan 2010 09:03:10 -0500
parents 673d62ad74b5
children ef719132ddfa
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))

;; arch-tag: ca81ce67-3c41-4883-a29b-4c3d64a21191
;;; cygwin.el ends here