1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Add :version tag to `tramp-password-prompt-regexp'.

This commit is contained in:
Michael Albinus 2014-01-17 19:24:09 +01:00
parent a134044028
commit 8953518079

View file

@ -574,6 +574,7 @@ This regexp must match both `tramp-initial-end-of-output' and
The regexp should match at end of buffer.
The `sudo' program appears to insert a `^@' character into the prompt."
:version "24.4"
:group 'tramp
:type 'regexp)