Index: emacs/lisp/term/README
diff -c emacs/lisp/term/README:1.4 emacs/lisp/term/README:1.5
*** emacs/lisp/term/README:1.4 Mon Jul 16 01:51:19 2001
--- emacs/lisp/term/README Wed Jul 27 18:02:07 2005
***************
*** 8,14 ****
yield a file that exists, the previous hyphen is stripped, and so on until all
hyphens are gone. For example, if the terminal type is `aaa-48-foo', Emacs
will try first `term/aaa-48-foo.el', then `term/aaa-48.el' and finally
! `term/aaa.el'.
When writing terminal packages, there are some things it is good to keep in
mind.
--- 8,19 ----
yield a file that exists, the previous hyphen is stripped, and so on until all
hyphens are gone. For example, if the terminal type is `aaa-48-foo', Emacs
will try first `term/aaa-48-foo.el', then `term/aaa-48.el' and finally
! `term/aaa.el'. Each terminal specific file should contain a function
! named terminal-init-TERMINALNAME (eg terminal-init-aaa-48 for
! term/aaa-48.el) that Emacs will call in order to initialize the
! terminal. The terminal files should not contain any top level forms
! that are executed when the file is loaded, all the initialization
! actions are performed by the terminal-init-TERMINALNAME functions.
When writing terminal packages, there are some things it is good to keep in
mind.
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs