comparison lisp/term/lk201.el @ 91073:4bc33ffdda1a

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 902-908) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 131-137) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 261-262) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-278
author Miles Bader <miles@gnu.org>
date Sat, 27 Oct 2007 09:12:07 +0000
parents bdb3fe0ba9fa d3c6c7427cef
children
comparison
equal deleted inserted replaced
91072:74ab3ea909f9 91073:4bc33ffdda1a
74 (defun terminal-init-lk201 () 74 (defun terminal-init-lk201 ()
75 ;; Use inheritance to let the main keymap override these defaults. 75 ;; Use inheritance to let the main keymap override these defaults.
76 ;; This way we don't override terminfo-derived settings or settings 76 ;; This way we don't override terminfo-derived settings or settings
77 ;; made in the .emacs file. 77 ;; made in the .emacs file.
78 (let ((m (copy-keymap lk201-function-map))) 78 (let ((m (copy-keymap lk201-function-map)))
79 (set-keymap-parent m (keymap-parent local-function-key-map)) 79 (set-keymap-parent m (keymap-parent input-decode-map))
80 (set-keymap-parent local-function-key-map m))) 80 (set-keymap-parent input-decode-map m)))
81 81
82 ;;; arch-tag: 7ffb4444-6a23-43e1-b457-43cf4f673c0d 82 ;; arch-tag: 7ffb4444-6a23-43e1-b457-43cf4f673c0d
83 ;;; lk201.el ends here 83 ;;; lk201.el ends here