Mercurial > emacs
changeset 1897:2cbd4cfb7f4c
(esc-map, ctl-x-map): Define as functions.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 21 Feb 1993 06:29:09 +0000 |
parents | 10895ac08bc6 |
children | 3aeb6e0c5bba |
files | lisp/emulation/mlsupport.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/mlsupport.el Sun Feb 21 06:03:36 1993 +0000 +++ b/lisp/emulation/mlsupport.el Sun Feb 21 06:29:09 1993 +0000 @@ -51,6 +51,10 @@ (defun define-keymap (name) (fset (intern name) (make-keymap))) +;; Make it work to use ml-use-...-map on "esc" and such. +(fset 'esc-map esc-map) +(fset 'ctl-x-map ctl-x-map) + (defun ml-use-local-map (name) (use-local-map (intern (concat name "-map"))))