[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/replace.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/replace.el |
Date: |
Sat, 02 Jul 2005 14:08:49 -0400 |
Index: emacs/lisp/replace.el
diff -c emacs/lisp/replace.el:1.215 emacs/lisp/replace.el:1.216
*** emacs/lisp/replace.el:1.215 Thu Jun 30 13:01:26 2005
--- emacs/lisp/replace.el Sat Jul 2 18:08:49 2005
***************
*** 926,932 ****
Here `original-buffer-name' is the buffer name were occur was originally run.
When given the prefix argument, the renaming will not clobber the existing
buffer(s) of that name, but use `generate-new-buffer-name' instead.
! You can add this to `occur-hook' if you always want a separate *Occur*
buffer for each buffer where you invoke `occur'."
(interactive "P")
(with-current-buffer
--- 926,932 ----
Here `original-buffer-name' is the buffer name were occur was originally run.
When given the prefix argument, the renaming will not clobber the existing
buffer(s) of that name, but use `generate-new-buffer-name' instead.
! You can add this to `occur-mode-hook' if you always want a separate *Occur*
buffer for each buffer where you invoke `occur'."
(interactive "P")
(with-current-buffer
- [Emacs-diffs] Changes to emacs/lisp/replace.el,
Juanma Barranquero <=