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: Tue, 03 Jun 2003 07:04:06 -0400

Index: emacs/lisp/bindings.el
diff -c emacs/lisp/bindings.el:1.119 emacs/lisp/bindings.el:1.120
*** emacs/lisp/bindings.el:1.119        Tue May 27 09:57:22 2003
--- emacs/lisp/bindings.el      Tue Jun  3 07:04:06 2003
***************
*** 939,946 ****
  (define-key esc-map [?\C-\ ] 'mark-sexp)
  (define-key esc-map "\C-d" 'down-list)
  (define-key esc-map "\C-k" 'kill-sexp)
! (define-key global-map [C-M-delete] 'backward-kill-sexp)
! (define-key global-map [C-M-backspace] 'backward-kill-sexp)
  (define-key esc-map [C-delete] 'backward-kill-sexp)
  (define-key esc-map [C-backspace] 'backward-kill-sexp)
  (define-key esc-map "\C-n" 'forward-list)
--- 939,948 ----
  (define-key esc-map [?\C-\ ] 'mark-sexp)
  (define-key esc-map "\C-d" 'down-list)
  (define-key esc-map "\C-k" 'kill-sexp)
! ;;; These are dangerous in various situations,
! ;;; so let's not encourage anyone to use them.
! ;;;(define-key global-map [C-M-delete] 'backward-kill-sexp)
! ;;;(define-key global-map [C-M-backspace] 'backward-kill-sexp)
  (define-key esc-map [C-delete] 'backward-kill-sexp)
  (define-key esc-map [C-backspace] 'backward-kill-sexp)
  (define-key esc-map "\C-n" 'forward-list)




reply via email to

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