# HG changeset patch # User Chong Yidong # Date 1177077473 0 # Node ID 3a49c84492d78adc340f5ed5ae1b0bf69272ffcd # Parent 97456f440211e3fd2ab0c6f4cbdea72bb23c6069 * locate.el (locate): Output from shell-command should go in the current buffer rather than *Shell Command Output*. diff -r 97456f440211 -r 3a49c84492d7 lisp/ChangeLog --- 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 + + * 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.