/[emacs]/emacs/lisp/bindings.el
ViewVC logotype

Diff of /emacs/lisp/bindings.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.141 by nickrob, Wed Mar 9 23:19:31 2005 UTC revision 1.142 by rms, Thu Mar 17 23:43:17 2005 UTC
# Line 705  language you are using." Line 705  language you are using."
705  (define-key ctl-x-map "\C-n" 'set-goal-column)  (define-key ctl-x-map "\C-n" 'set-goal-column)
706  (define-key global-map "\C-a" 'move-beginning-of-line)  (define-key global-map "\C-a" 'move-beginning-of-line)
707  (define-key global-map "\C-e" 'move-end-of-line)  (define-key global-map "\C-e" 'move-end-of-line)
708  (define-key esc-map "g" 'goto-line)  (define-key esc-map "g" (make-sparse-keymap))
709    (define-key esc-map "g\M-g" 'goto-line)
710    (define-key esc-map "gg" 'goto-line)
711    
712  ;;(defun function-key-error ()  ;;(defun function-key-error ()
713  ;;  (interactive)  ;;  (interactive)

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26