aboutsummaryrefslogtreecommitdiffstats
path: root/test/comint-testsuite.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert test/comint-testsuite.el to ERT format.Chong Yidong2011-05-081-60/+0
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
|
* Add 2011 to remaining FSF/AIST copyright years.Glenn Morris2011-01-151-1/+1
|
* * test/comint-testsuite.elGlenn Morris2010-10-231-1/+2
| | | | | (comint-testsuite--test-comint-password-prompt-regexp): Add "Please enter the password". (Bug#7224)
* Fix for comint-password-prompt-regexp (Bug#6367).Chong Yidong2010-06-111-0/+59
* lisp/comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change (Bug#6367). * comint-testsuite.el: New file.