aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/terminal.el
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-03-16 20:39:07 +0000
committerJim Blandy <[email protected]>1992-03-16 20:39:07 +0000
commit49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch)
tree60c249f15b04478367256fef95c6fd7557f263b9 /lisp/terminal.el
parent3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/terminal.el')
-rw-r--r--lisp/terminal.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/terminal.el b/lisp/terminal.el
index de4b22d3b8..bae0d4c563 100644
--- a/lisp/terminal.el
+++ b/lisp/terminal.el
@@ -26,7 +26,6 @@
;;>> One probably wants to do setenv MORE -c when running with
;;>> more-processing enabled.
-(provide 'terminal)
(require 'ehelp)
(defvar terminal-escape-char ?\C-^
@@ -1228,3 +1227,5 @@ of the terminal-emulator"
(1+ end)))
start (1+ end)))
(concat "\"" harder "\"")))))
+
+(provide 'terminal)