repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cc-engine.el (c-forward-objc-directive): Prevent looping in "#pragma mark
[emacs.git]
/
lisp
/
term
/
cygwin.el
blob
cfce07035cf2424be4fdc348260f6d8ff0a0e727
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
;;; cygwin.el ends here