emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master af085ef: Use regexp type for regexps in defcustom declaration


From: Michael Albinus
Subject: Re: master af085ef: Use regexp type for regexps in defcustom declarations
Date: Fri, 27 Dec 2019 10:29:55 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Mattias EngdegÄrd <address@hidden>

Hi Mattias,

> diff --git a/lisp/net/tramp-adb.el b/lisp/net/tramp-adb.el
> index f0abb27..300def1 100644
> --- a/lisp/net/tramp-adb.el
> +++ b/lisp/net/tramp-adb.el
> @@ -58,7 +58,7 @@ It is used for TCP/IP devices."
>  (defcustom tramp-adb-prompt
>    "^[[:digit:]]*|?[[:alnum:]\e;[]*@?[[:alnum:]]*[^#\\$]*[#\\$][[:space:]]"
>    "Regexp used as prompt in almquist shell."
> -  :type 'string
> +  :type 'regexp
>    :version "24.4"
>    :group 'tramp)

Thanks for this. However, since Tramp is still synchronized between
Emacs 27 & 28, I've backported this change to the emacs-27 branch.

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]