annotate lisp/term/cygwin.el @ 88256:db2e6586ecf5
(rmail-msgbeg, rmail-msgend): Fix and make obsolete.
(rmail-process-new-messages): Use mail-decode-encoded-word-string
on the subject. Requires mail-parse from Gnus.
(rmail-highlight-headers): Doc.
author |
Alex Schroeder <alex@gnu.org> |
date |
Sat, 21 Jan 2006 15:00:38 +0000 |
parents |
d7ddb3e565de |
children |
|
rev |
line source |
88155
|
1 ;;; cygwin.el --- support for the Cygwin terminal -*- no-byte-compile: t -*-
|
|
2
|
|
3 ;;; The Cygwin terminal can't really display underlines.
|
|
4
|
|
5 (defun terminal-init-cygwin ()
|
|
6 "Terminal initialization function for cygwin."
|
|
7 (tty-no-underline))
|
|
8
|
|
9 ;; arch-tag: ca81ce67-3c41-4883-a29b-4c3d64a21191
|
|
10 ;;; cygwin.el ends here
|