Mercurial > hg > xemacs-beta
diff lisp/packages/hyper-apropos.el @ 44:8d2a9b52c682 r19-15prefinal
Import from CVS: tag r19-15prefinal
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:55:10 +0200 |
parents | ec9a17fef872 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/lisp/packages/hyper-apropos.el Mon Aug 13 08:54:52 2007 +0200 +++ b/lisp/packages/hyper-apropos.el Mon Aug 13 08:55:10 2007 +0200 @@ -157,6 +157,8 @@ ;; movement (define-key map " " 'scroll-up) (define-key map "b" 'scroll-down) + (define-key map [delete] 'scroll-down) + (define-key map [backspace] 'scroll-down) (define-key map "/" 'isearch-forward) (define-key map "?" 'isearch-backward) ;; follow links @@ -182,6 +184,8 @@ ;; slightly different scrolling... (define-key map " " 'hypropos-scroll-up) (define-key map "b" 'hypropos-scroll-down) + (define-key map [delete] 'hypropos-scroll-down) + (define-key map [backspace] 'hypropos-scroll-down) ;; act on the current line... (define-key map "w" 'hypropos-where-is) (define-key map "i" 'hypropos-invoke-fn)