view lisp/term/vt420.el @ 28502:3e4e6d45a774

(perform-replace): Don't move forward one char when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want to do that because it leaves point 1 position after the last replacement, after everything has been replaced.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 04 Apr 2000 21:01:53 +0000
parents 2b742626505a
children 67b464da13ec
line wrap: on
line source

(load "term/vt100" nil t)

;; Make F11 an escape key.
(define-key function-key-map "\e[23~" [?\e])