Mercurial > emacs
comparison lisp/ChangeLog @ 111684:280ee0988e1a
* lisp/shell.el (shell): Use current-buffer by default if it's already
a shell mode buffer and its process is dead. Suggested by <jemarch@gnu.org>.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 23 Nov 2010 09:19:54 -0500 |
parents | 1a0c949aa8d5 |
children | 411dce7ee068 |
comparison
equal
deleted
inserted
replaced
111683:01aefe45207c | 111684:280ee0988e1a |
---|---|
1 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * shell.el (shell): Use current-buffer by default if it's already | |
4 a shell mode buffer and its process is dead. | |
5 Suggested by <jemarch@gnu.org>. | |
6 | |
1 2010-11-23 Tassilo Horn <tassilo@member.fsf.org> | 7 2010-11-23 Tassilo Horn <tassilo@member.fsf.org> |
2 | 8 |
3 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Mention | 9 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): |
4 that the keywords should be comma separated. | 10 Mention that the keywords should be comma separated. |
5 | 11 |
6 2010-11-23 Chong Yidong <cyd@stupidchicken.com> | 12 2010-11-23 Chong Yidong <cyd@stupidchicken.com> |
7 | 13 |
8 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available. | 14 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available. |
9 Accept optional prefix arg meaning to prompt for a command. | 15 Accept optional prefix arg meaning to prompt for a command. |