diff options
author | Glenn Morris <rgm@gnu.org> | 2016-02-15 21:59:40 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2016-02-15 21:59:40 -0800 |
commit | d5e827929c5f25ccfe68a420bfc45305b06ae5cf (patch) | |
tree | 0f182649ca7fea207022ed772ca60fb8399a219f /lisp/term/cygwin.el | |
parent | 220613e089ec012ae4ab319637365132ce8dc306 (diff) | |
download | emacs-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.el | 2 |
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 |