summaryrefslogtreecommitdiff
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-12-27 03:45:46 +0000
committerRichard M. Stallman <rms@gnu.org>1994-12-27 03:45:46 +0000
commitd92a26eda03dff6b7c03e57416b0fe381885699f (patch)
tree64e2224a54d3091e75e16533a7cb5decaadcb49c /lisp/replace.el
parent3302008829cb8d731fd6681ad37c1061de285e26 (diff)
downloademacs-d92a26eda03dff6b7c03e57416b0fe381885699f.tar.gz
Don't bind `return'.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 21aa051ca7f..b81f4e9dfa9 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -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)