From: Chong Yidong Date: Fri, 20 Apr 2007 13:57:53 +0000 (+0000) Subject: * locate.el (locate): Output from shell-command should go in the X-Git-Tag: emacs-pretest-22.0.99~147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0715a41bf8cc1228d9f21cb956bdeeb81945eed0;p=emacs.git * locate.el (locate): Output from shell-command should go in the current buffer rather than *Shell Command Output*. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e5799cc462b..569ed8ae6ab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-04-20 Francesco Potort=8ec + + * locate.el (locate): Output from shell-command should go in the + current buffer rather than *Shell Command Output*. + 2007-04-20 Chong Yidong * paren.el (show-paren-function): Fix last fix.