comparison lisp/ChangeLog @ 111686:e8049570c647

* lisp/eshell/: Use with-silent-modifications. * lisp/eshell/esh-cmd.el (eshell-parse-command): * lisp/eshell/esh-arg.el (eshell-parse-arguments): * lisp/eshell/em-script.el (eshell-source-file): Use with-silent-modifications.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 23 Nov 2010 12:36:15 -0500
parents 411dce7ee068
children ff6a7e607408
comparison
equal deleted inserted replaced
111685:411dce7ee068 111686:e8049570c647
1 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * eshell/esh-cmd.el (eshell-parse-command):
4 * eshell/esh-arg.el (eshell-parse-arguments):
5 * eshell/em-script.el (eshell-source-file):
6 Use with-silent-modifications.
7
1 2010-11-23 Chong Yidong <cyd@stupidchicken.com> 8 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
2 9
3 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt 10 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
4 for a merge location. 11 for a merge location.
5 12