view lisp/term/vt400.el @ 49486:b8c5db4dbb2b

(thing-at-point-file-name-chars): Include non-ASCII again and re-write the filename ops.
author Dave Love <fx@gnu.org>
date Mon, 27 Jan 2003 11:38:18 +0000
parents 33d53d287ee4
children 695cf19ef79e d7ddb3e565de
line wrap: on
line source

;; -*- no-byte-compile: t -*-
(load "term/vt100" nil t)

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

;;; vt400.el ends here