changeset 77334:3a49c84492d7

* locate.el (locate): Output from shell-command should go in the current buffer rather than *Shell Command Output*.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 20 Apr 2007 13:57:53 +0000
parents 97456f440211
children dfae3f6e5202
files lisp/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Apr 20 13:52:11 2007 +0000
+++ b/lisp/ChangeLog	Fri Apr 20 13:57:53 2007 +0000
@@ -1,3 +1,8 @@
+2007-04-20  Francesco Potort=8ec  <pot@gnu.org>
+
+	* locate.el (locate): Output from shell-command should go in the
+	current buffer rather than *Shell Command Output*.
+
 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
 
 	* paren.el (show-paren-function): Fix last fix.