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/w32console.el | |
parent | 220613e089ec012ae4ab319637365132ce8dc306 (diff) | |
download | emacs-d5e827929c5f25ccfe68a420bfc45305b06ae5cf.tar.gz |
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/w32console.el')
-rw-r--r-- | lisp/term/w32console.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/w32console.el b/lisp/term/w32console.el index b7e0a22bfb3..bf1550f7c33 100644 --- a/lisp/term/w32console.el +++ b/lisp/term/w32console.el @@ -93,4 +93,6 @@ (tty-set-up-initial-frame-faces) (run-hooks 'terminal-init-w32-hook)) +(provide 'term/w32console) + ;;; w32console.el ends here |