all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* replace.el: Remove one \
@ 2002-05-20 16:56 Mario Lang
  2002-05-20 21:20 ` Colin Walters
  0 siblings, 1 reply; 2+ messages in thread
From: Mario Lang @ 2002-05-20 16:56 UTC (permalink / raw)


Hi.

Reading source code made me aware of the following:
(Or is there a special reason to escape the o?)


Index: lisp/replace.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/replace.el,v
retrieving revision 1.143
diff -u -r1.143 replace.el
--- lisp/replace.el	15 May 2002 19:35:54 -0000	1.143
+++ lisp/replace.el	20 May 2002 16:50:10 -0000
@@ -440,7 +440,7 @@
     (define-key map [mouse-2] 'occur-mode-mouse-goto)
     (define-key map "\C-c\C-c" 'occur-mode-goto-occurrence)
     (define-key map "\C-m" 'occur-mode-goto-occurrence)
-    (define-key map "\o" 'occur-mode-goto-occurrence-other-window)
+    (define-key map "o" 'occur-mode-goto-occurrence-other-window)
     (define-key map "\C-o" 'occur-mode-display-occurrence)
     (define-key map "\M-n" 'occur-next)
     (define-key map "\M-p" 'occur-prev)

-- 
CYa,
  Mario

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: replace.el: Remove one \
  2002-05-20 16:56 replace.el: Remove one \ Mario Lang
@ 2002-05-20 21:20 ` Colin Walters
  0 siblings, 0 replies; 2+ messages in thread
From: Colin Walters @ 2002-05-20 21:20 UTC (permalink / raw)


On Mon, 2002-05-20 at 12:56, Mario Lang wrote:
> Hi.
> 
> Reading source code made me aware of the following:
> (Or is there a special reason to escape the o?)

Thanks, I'll include that patch with the next batch of replace.el
changes.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-05-20 21:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-20 16:56 replace.el: Remove one \ Mario Lang
2002-05-20 21:20 ` Colin Walters

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.