emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r117368: Merge commit for debbugs:17755


From: Stefan Monnier
Subject: Re: [Emacs-diffs] trunk r117368: Merge commit for debbugs:17755
Date: Thu, 19 Jun 2014 14:51:07 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> -       (const "KICK")
> -       (const "NICK")
> -       (const "PART")
> -       (const "QUIT")
> -       (const "MODE")
> -       (repeat :inline t :tag "Others" (string :tag "IRC Message Type"))))
> +          (const "KICK")
> +          (const "NICK")
> +          (const "PART")
> +          (const "QUIT")
> +          (const "MODE")
> +          (repeat :inline t :tag "Others" (string :tag "IRC Message Type"))))

Your patch included a lot of whitespace changes.  Please refrain from
changing whitespace (typically tabifying or untabifying).
It's perfectly OK to make such changes on the lines where you also
perform other changes, but elsewhere they're just a nuisance causing
spurious merge conflicts.


        Stefan



reply via email to

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