]> git.eshelyaron.com Git - emacs.git/commit
Added `comint-password-function' hook
authorMichael R. Mauger <michael@mauger.com>
Mon, 23 Dec 2019 04:56:05 +0000 (23:56 -0500)
committerMichael R. Mauger <michael@mauger.com>
Mon, 23 Dec 2019 04:56:05 +0000 (23:56 -0500)
commit3df7d06d4187d402e4df1177461862af638d96de
treeceb522ae690fec95a1ee7118293cd93edd460479
parenteea05713bef7b86ff84ca843948f944e4c856119
Added `comint-password-function' hook

* etc/NEWS:
* lisp/comint.el (comint-password-function): New variable.
  (comint-send-invisible): Use it.
* test/lisp/comint-tests.el (comint-test-no-password-function,
  comint-test-password-function-with-value,
  comint-test-password-function-with-nil): Test new variable.
etc/NEWS
lisp/comint.el
test/lisp/comint-tests.el