summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2018-08-17 06:29:35 -0400
committerNoam Postavsky <npostavs@gmail.com>2018-08-23 22:49:04 -0400
commit74277b0e88197c169acfc16025e0e116230c021e (patch)
tree46228503964af368bdca964ce6b47c8b46c293da /lisp/emacs-lisp
parentca8dbde14b2b2025aa69c52378904ee5c573a0d7 (diff)
downloademacs-74277b0e88197c169acfc16025e0e116230c021e.tar.gz
emacs-74277b0e88197c169acfc16025e0e116230c021e.tar.bz2
emacs-74277b0e88197c169acfc16025e0e116230c021e.zip
Fix comint-password-prompt-regexp
The change from 2017-12-22 "Support French password prompts in shell" tried to allow nonbreaking space in addition to whitespace syntax characters around the colon, but used square brackets which cause "\s" to be interpreted literally rather than as a backslash construct. * lisp/comint.el (comint-password-prompt-regexp): Use [[:blank:]] instead, which also has the benefit of not relying on the major mode's whitespace syntax setting. * test/lisp/comint-tests.el (comint-testsuite-password-strings): Update French localized entry to have a space before the colon, as reported in Bug#29729.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions