diff options
| author | Richard M. Stallman | 1994-12-27 03:45:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-12-27 03:45:46 +0000 |
| commit | cffe0c02fb68b3a63229ca66163ecdc21c95c1ef (patch) | |
| tree | 8004e6facf956228c8b4e777a671b2fb6af22826 /lisp/replace.el | |
| parent | 0081c8a112491d07f9213aa8ca73fae0b6589c51 (diff) | |
| download | emacs-cffe0c02fb68b3a63229ca66163ecdc21c95c1ef.tar.gz emacs-cffe0c02fb68b3a63229ca66163ecdc21c95c1ef.zip | |
Don't bind `return'.
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 3 |
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." | |||
| 240 | (setq occur-mode-map (make-sparse-keymap)) | 240 | (setq occur-mode-map (make-sparse-keymap)) |
| 241 | (define-key occur-mode-map [mouse-2] 'occur-mode-mouse-goto) | 241 | (define-key occur-mode-map [mouse-2] 'occur-mode-mouse-goto) |
| 242 | (define-key occur-mode-map "\C-c\C-c" 'occur-mode-goto-occurrence) | 242 | (define-key occur-mode-map "\C-c\C-c" 'occur-mode-goto-occurrence) |
| 243 | (define-key occur-mode-map "\C-m" 'occur-mode-goto-occurrence) | 243 | (define-key occur-mode-map "\C-m" 'occur-mode-goto-occurrence)) |
| 244 | (define-key occur-mode-map [return] 'occur-mode-goto-occurrence)) | ||
| 245 | 244 | ||
| 246 | (defvar occur-buffer nil) | 245 | (defvar occur-buffer nil) |
| 247 | (defvar occur-nlines nil) | 246 | (defvar occur-nlines nil) |