summaryrefslogtreecommitdiff
path: root/lisp/term/cygwin.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-02-15 21:59:40 -0800
committerGlenn Morris <rgm@gnu.org>2016-02-15 21:59:40 -0800
commitd5e827929c5f25ccfe68a420bfc45305b06ae5cf (patch)
tree0f182649ca7fea207022ed772ca60fb8399a219f /lisp/term/cygwin.el
parent220613e089ec012ae4ab319637365132ce8dc306 (diff)
downloademacs-d5e827929c5f25ccfe68a420bfc45305b06ae5cf.tar.gz
emacs-d5e827929c5f25ccfe68a420bfc45305b06ae5cf.tar.bz2
emacs-d5e827929c5f25ccfe68a420bfc45305b06ae5cf.zip
Provide 'term/name in lisp/term files.
* lisp/term/AT386.el, lisp/term/bobcat.el, lisp/term/cygwin.el: * lisp/term/internal.el, lisp/term/iris-ansi.el, lisp/term/linux.el: * lisp/term/lk201.el, lisp/term/news.el, lisp/term/ns-win.el: * lisp/term/pc-win.el, lisp/term/rxvt.el, lisp/term/screen.el: * lisp/term/sun.el, lisp/term/tty-colors.el, lisp/term/tvi970.el: * lisp/term/vt100.el, lisp/term/vt200.el, lisp/term/w32-win.el: * lisp/term/w32console.el, lisp/term/wyse50.el, lisp/term/x-win.el: For consistency, provide 'term/name in all files that don't already.
Diffstat (limited to 'lisp/term/cygwin.el')
-rw-r--r--lisp/term/cygwin.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/cygwin.el b/lisp/term/cygwin.el
index d69433a77c2..edc64b4404d 100644
--- a/lisp/term/cygwin.el
+++ b/lisp/term/cygwin.el
@@ -6,4 +6,6 @@
"Terminal initialization function for cygwin."
(tty-no-underline))
+(provide 'term/cygwin)
+
;;; cygwin.el ends here