diff options
| author | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
|---|---|---|
| committer | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
| commit | 49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch) | |
| tree | 60c249f15b04478367256fef95c6fd7557f263b9 /lisp/terminal.el | |
| parent | 3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff) | |
| download | emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.gz | |
*** empty log message ***
Diffstat (limited to 'lisp/terminal.el')
| -rw-r--r-- | lisp/terminal.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/terminal.el b/lisp/terminal.el index de4b22d3b88..bae0d4c5639 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) |
