Mercurial > emacs
annotate lisp/term/vt300.el @ 51223:c1daf1c22f97
(Fset_window_scroll_bars): Fix typo in argument name.
(Fwindow_scroll_bars): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 25 May 2003 02:11:24 +0000 |
parents | 33d53d287ee4 |
children | 695cf19ef79e d7ddb3e565de |
rev | line source |
---|---|
47726
33d53d287ee4
Add "no-byte-compile: t" in first line.
Juanma Barranquero <lekktu@gmail.com>
parents:
38414
diff
changeset
|
1 ;; -*- no-byte-compile: t -*- |
25841 | 2 (load "term/vt100" nil t) |
3 | |
4 ;; Make F11 an escape key. | |
5 (define-key function-key-map "\e[23~" [?\e]) | |
38414
67b464da13ec
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
25841
diff
changeset
|
6 |
67b464da13ec
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
25841
diff
changeset
|
7 ;;; vt300.el ends here |