Mercurial > emacs
view lisp/term/vt420.el @ 43483:dcb45a76827f
(Fw32_set_clipboard_data): Run pre-write-conversion
on the string before encoding it.
(Fw32_get_clipboard_data): Run post-read-conversion on the string
after decoding it.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 23 Feb 2002 18:12:30 +0000 |
parents | 67b464da13ec |
children | 33d53d287ee4 |
line wrap: on
line source
(load "term/vt100" nil t) ;; Make F11 an escape key. (define-key function-key-map "\e[23~" [?\e]) ;;; vt420.el ends here