unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: emacs-devel@gnu.org
Cc: "Mattias Engdegård" <mattiase@acm.org>
Subject: Re: master af085ef: Use regexp type for regexps in defcustom declarations
Date: Fri, 27 Dec 2019 10:29:55 +0100	[thread overview]
Message-ID: <878smyqfos.fsf@gmx.de> (raw)
In-Reply-To: <20191226155719.48D35212D7@vcs0.savannah.gnu.org> (unknown@unknown.invalid's message of "Thu, 26 Dec 2019 10:57:18 -0500 (EST)")

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.



           reply	other threads:[~2019-12-27  9:29 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20191226155719.48D35212D7@vcs0.savannah.gnu.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878smyqfos.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=emacs-devel@gnu.org \
    --cc=mattiase@acm.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).