mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
6 lines
179 B
EmacsLisp
6 lines
179 B
EmacsLisp
;;; cygwin.el --- support for the Cygwin terminal -*- no-byte-compile: t -*-
|
|
|
|
;;; The Cygwin terminal can't really display underlines.
|
|
(tty-no-underline)
|
|
|
|
;;; cygwin.el ends here
|