emacs-devel
[Top][All Lists]
Advanced

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

Re: Adding HGPLAIN to tramp's default environment


From: Stefan Monnier
Subject: Re: Adding HGPLAIN to tramp's default environment
Date: Tue, 28 Oct 2014 21:00:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> --- a/lisp/net/tramp-sh.el
> +++ b/lisp/net/tramp-sh.el
> @@ -458,7 +458,7 @@ as given in your `~/.profile'."
>      "EMACS=t" ;; Deprecated.
>      ,(format "INSIDE_EMACS='%s,tramp:%s'" emacs-version tramp-version)
>      "CDPATH=" "HISTORY=" "MAIL=" "MAILCHECK=" "MAILPATH=" "PAGER=\"\""
> -    "autocorrect=" "correct=")
> +    "autocorrect=" "correct=" "HGPLAIN=1")

Thanks.  I think this should be handled in vc-hg.el, tho.


        Stefan



reply via email to

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