diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Oct 23 12:51:14 2010 -0700
+++ b/lisp/ChangeLog	Sat Oct 23 12:56:57 2010 -0700
@@ -1,5 +1,8 @@
 2010-10-23  Glenn Morris  <rgm@gnu.org>
 
+	* comint.el (comint-password-prompt-regexp): Make it less vague.
+	Bump version.
+
 	* help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
 
 	* help.el (finder-by-keyword): Remove unnecessary autoload.