]> git.eshelyaron.com Git - emacs.git/commit
* lisp/comint.el (comint-password-prompt-regexp): Make it less vague.
authorGlenn Morris <rgm@gnu.org>
Sat, 23 Oct 2010 19:56:57 +0000 (12:56 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 23 Oct 2010 19:56:57 +0000 (12:56 -0700)
commit7aa93795cbf073ff3b4a20639ff2a4e34d9716e5
tree2aa08fa474654ee0cd119f4be1f4a9fb785a3fc4
parent41f592d1b53b2667a9bdf3fc6ce13849eea36b34
* 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.
lisp/ChangeLog
lisp/comint.el