Mercurial > emacs
view lisp/term/vt420.el @ 47819:677f4ca67bbe
(vc-cvs-parse-entry): Parse the time stamp found in CVS/Entries,
rather than comparing it textually.
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Thu, 10 Oct 2002 08:44:58 +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]) ;;; vt420.el ends here