Mercurial > emacs
comparison lisp/ChangeLog @ 111119:80b566568995
* lisp/comint.el (comint-password-prompt-regexp): Make it less vague.
Bump custom version.
The initial regexp-opt was bracketed by \\( \\)?, so it might as well
have not been there at all. This change makes it non-optional, and
adds back "^". Hopefully the behaviour is now closer to that of emacs-23,
before it was re-written in http://debbugs.gnu.org/2817.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 23 Oct 2010 12:56:57 -0700 |
parents | 1529ab88805c |
children | 8764fdce10f5 |
comparison
equal
deleted
inserted
replaced
111118:baf0b339ec21 | 111119:80b566568995 |
---|---|
1 2010-10-23 Glenn Morris <rgm@gnu.org> | 1 2010-10-23 Glenn Morris <rgm@gnu.org> |
2 | |
3 * comint.el (comint-password-prompt-regexp): Make it less vague. | |
4 Bump version. | |
2 | 5 |
3 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands. | 6 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands. |
4 | 7 |
5 * help.el (finder-by-keyword): Remove unnecessary autoload. | 8 * help.el (finder-by-keyword): Remove unnecessary autoload. |
6 | 9 |