unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master af085ef: Use regexp type for regexps in defcustom declarations
       [not found] ` <20191226155719.48D35212D7@vcs0.savannah.gnu.org>
@ 2019-12-27  9:29   ` Michael Albinus
  0 siblings, 0 replies; only message in thread
From: Michael Albinus @ 2019-12-27  9:29 UTC (permalink / raw)
  To: emacs-devel; +Cc: Mattias Engdegård

Mattias Engdegård <mattiase@acm.org>

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.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-27  9:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20191226155717.19218.52323@vcs0.savannah.gnu.org>
     [not found] ` <20191226155719.48D35212D7@vcs0.savannah.gnu.org>
2019-12-27  9:29   ` master af085ef: Use regexp type for regexps in defcustom declarations Michael Albinus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).