emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/bindings.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/bindings.el
Date: Thu, 17 Mar 2005 18:43:18 -0500

Index: emacs/lisp/bindings.el
diff -c emacs/lisp/bindings.el:1.141 emacs/lisp/bindings.el:1.142
*** emacs/lisp/bindings.el:1.141        Wed Mar  9 23:19:31 2005
--- emacs/lisp/bindings.el      Thu Mar 17 23:43:17 2005
***************
*** 705,711 ****
  (define-key ctl-x-map "\C-n" 'set-goal-column)
  (define-key global-map "\C-a" 'move-beginning-of-line)
  (define-key global-map "\C-e" 'move-end-of-line)
! (define-key esc-map "g" 'goto-line)
  
  ;;(defun function-key-error ()
  ;;  (interactive)
--- 705,713 ----
  (define-key ctl-x-map "\C-n" 'set-goal-column)
  (define-key global-map "\C-a" 'move-beginning-of-line)
  (define-key global-map "\C-e" 'move-end-of-line)
! (define-key esc-map "g" (make-sparse-keymap))
! (define-key esc-map "g\M-g" 'goto-line)
! (define-key esc-map "gg" 'goto-line)
  
  ;;(defun function-key-error ()
  ;;  (interactive)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]