Mercurial > emacs
annotate lisp/term/bobcat.el @ 88270:4775e8747134
(rmail-process-new-messages): Remove EOL conversion code.
(rmail-decode-messages): Do it here instead.
author | Henrik Enberg <henrik.enberg@telia.com> |
---|---|
date | Sat, 21 Jan 2006 21:21:26 +0000 |
parents | d7ddb3e565de |
children |
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 -*- |
38414
67b464da13ec
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
3288
diff
changeset
|
2 |
88155 | 3 (defun terminal-init-bobcat () |
4 "Terminal initialization function for bobcat." | |
5 ;; HP terminals usually encourage using ^H as the rubout character | |
6 (keyboard-translate ?\177 ?\^h) | |
7 (keyboard-translate ?\^h ?\177)) | |
8 | |
9 ;;; arch-tag: 754e4520-0a3e-4e6e-8ca5-9481b1f85cf7 | |
38414
67b464da13ec
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
3288
diff
changeset
|
10 ;;; bobcat.el ends here |