Don't bind `return'.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Dec 1994 03:45:46 +0000 (03:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Dec 1994 03:45:46 +0000 (03:45 +0000)
lisp/replace.el

index 21aa051..b81f4e9 100644 (file)
@@ -240,8 +240,7 @@ Applies to lines after point."
   (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)