Mercurial > emacs
changeset 10267:60fc63eff6cb
Don't bind `return'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 27 Dec 1994 03:45:46 +0000 |
parents | a44beb55d3e1 |
children | 84777124c262 |
files | lisp/replace.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/replace.el Tue Dec 27 03:41:48 1994 +0000 +++ b/lisp/replace.el Tue Dec 27 03:45:46 1994 +0000 @@ -240,8 +240,7 @@ (setq occur-mode-map (make-sparse-keymap)) (define-key occur-mode-map [mouse-2] 'occur-mode-mouse-goto) (define-key occur-mode-map "\C-c\C-c" 'occur-mode-goto-occurrence) - (define-key occur-mode-map "\C-m" 'occur-mode-goto-occurrence) - (define-key occur-mode-map [return] 'occur-mode-goto-occurrence)) + (define-key occur-mode-map "\C-m" 'occur-mode-goto-occurrence)) (defvar occur-buffer nil) (defvar occur-nlines nil)