Mercurial > hg > xemacs-beta
diff lisp/packages/diff.el @ 161:28f395d8dc7a r20-3b7
Import from CVS: tag r20-3b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:42:26 +0200 |
parents | cca96a509cfe |
children |
line wrap: on
line diff
--- a/lisp/packages/diff.el Mon Aug 13 09:41:47 2007 +0200 +++ b/lisp/packages/diff.el Mon Aug 13 09:42:26 2007 +0200 @@ -2,7 +2,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; File: diff.el -;; Version: $Revision: 1.5 $ +;; Version: $Revision: 1.6 $ ;; Author: This file is based on diff.el by ;; sunpitt!wpmstr!fbresz@Sun.COM 1/27/89. ;; It has been completely rewritten in July 1994 by @@ -125,7 +125,8 @@ (define-key diff-mode-map "w" 'diff-find-file-other-frame) (define-key diff-mode-map "\C-c\C-c" 'diff-find-file-other-window) (define-key diff-mode-map " " 'diff-advertised-scroll-up) - (define-key diff-mode-map "\177" 'diff-advertised-scroll-down) + (define-key diff-mode-map 'backspace 'diff-advertised-scroll-down) + (define-key diff-mode-map 'delete 'diff-advertised-scroll-down) (define-key diff-mode-map "\C-n" 'diff-next-line) (define-key diff-mode-map "\C-p" 'diff-previous-line) (define-key diff-mode-map "\M->" 'diff-end-of-buffer)