comparison lisp/bindings.el @ 60485:6a79fa294dd4

(global-map): Bind C-a to move-beginning-of-line.
author Kim F. Storm <storm@cua.dk>
date Mon, 07 Mar 2005 11:12:21 +0000
parents 9767b6328a66
children ac6071543466 7ea3d7198adc 29e773288013
comparison
equal deleted inserted replaced
60484:187f3c8273cc 60485:6a79fa294dd4
698 (define-key ctl-x-map [?\C- ] 'pop-global-mark) 698 (define-key ctl-x-map [?\C- ] 'pop-global-mark)
699 699
700 (define-key global-map "\C-n" 'next-line) 700 (define-key global-map "\C-n" 'next-line)
701 (define-key global-map "\C-p" 'previous-line) 701 (define-key global-map "\C-p" 'previous-line)
702 (define-key ctl-x-map "\C-n" 'set-goal-column) 702 (define-key ctl-x-map "\C-n" 'set-goal-column)
703 (define-key global-map "\C-a" 'move-beginning-of-line)
703 (define-key global-map "\C-e" 'move-end-of-line) 704 (define-key global-map "\C-e" 'move-end-of-line)
704 (define-key esc-map "g" 'goto-line) 705 (define-key esc-map "g" 'goto-line)
705 706
706 ;;(defun function-key-error () 707 ;;(defun function-key-error ()
707 ;; (interactive) 708 ;; (interactive)