view lisp/term/vt320.el @ 50579:603b312a33d1

(fortran-previous-statement): Check for fortran-continuation-string. (fortran-calculate-indent): Do not add extra whitespace to strings broken over lines. Remove superfluous progn. (fortran-fill): Handle long strings that must be broken over lines.
author Glenn Morris <rgm@gnu.org>
date Sun, 13 Apr 2003 13:09:24 +0000 (2003-04-13)
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])

;;; vt320.el ends here