;ELC ;;; compiled by kwzh@churchy.gnu.ai.mit.edu on Sun Jun 11 18:37:46 1995 ;;; from file /gd/gnu/emacs/19.0/lisp/pc-mode.el ;;; emacs version 19.28.93.1. ;;; bytecomp version FSF 2.10 ;;; optimization is on. ;;; this file uses opcodes which do not exist in Emacs 18. (if (and (boundp 'emacs-version) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19.28.90"))) (error "`pc-mode.el' was compiled for Emacs 19.29 or later")) #@352 Set up certain key bindings for PC compatibility. The keys affected are: Delete (and its variants) delete forward instead of backward. C-Backspace kills backward a word (as C-Delete normally would). M-Backspace does undo. Home and End move to beginning and end of line C-Home and C-End move to beginning and end of buffer. C-Escape does list-buffers. (defalias 'pc-bindings-mode #[nil "À ÂÃ#ˆÀ ÄÅ#ˆÀ ÆÇ#ˆÈÉÊ\"ˆÈËÌ\"ˆÈÍÎ\"ˆÈÏÐ\"ˆÈÑÒ\"ˆÈÓÔ\"ˆÈÕÖ\"ˆÈ×Ø\"‡" [define-key function-key-map [delete] "" [M-delete] [-134217628] [C-delete] [-134217628] global-set-key [C-M-delete] kill-sexp [C-backspace] backward-kill-word [M-backspace] undo [C-escape] list-buffers [home] beginning-of-line [end] end-of-line [C-home] beginning-of-buffer [C-end] end-of-buffer] 4 (#$ . 481) nil])