comparison lisp/bindings.el @ 90116:29e773288013

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-23 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0 (patch 150-165) - Update from CVS - Merge from gnus--rel--5.10 - Add info/dir to arch branch * miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 34-37) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 09 Mar 2005 00:09:34 +0000
parents 6d92d69fae33 6a79fa294dd4
children e330fedc9152
comparison
equal deleted inserted replaced
90115:fb290921b93c 90116:29e773288013
692 (define-key ctl-x-map [?\C- ] 'pop-global-mark) 692 (define-key ctl-x-map [?\C- ] 'pop-global-mark)
693 693
694 (define-key global-map "\C-n" 'next-line) 694 (define-key global-map "\C-n" 'next-line)
695 (define-key global-map "\C-p" 'previous-line) 695 (define-key global-map "\C-p" 'previous-line)
696 (define-key ctl-x-map "\C-n" 'set-goal-column) 696 (define-key ctl-x-map "\C-n" 'set-goal-column)
697 (define-key global-map "\C-a" 'move-beginning-of-line)
697 (define-key global-map "\C-e" 'move-end-of-line) 698 (define-key global-map "\C-e" 'move-end-of-line)
699 (define-key esc-map "g" 'goto-line)
698 700
699 ;;(defun function-key-error () 701 ;;(defun function-key-error ()
700 ;; (interactive) 702 ;; (interactive)
701 ;; (error "That function key is not bound to anything")) 703 ;; (error "That function key is not bound to anything"))
702 704