Mercurial > emacs
view lisp/term/vt320.el @ 46237:46b0c6f318b5
New node Momentary Mark.
Clarify text for Transient Mark mode.
C-u C-SPC repetition does not need the C-u.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 07 Jul 2002 23:26:53 +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]) ;;; vt320.el ends here