emacs-devel
[Top][All Lists]
Advanced

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

Re: master f866c85ac4e: (jsonrpc--log-event): Try and fix bug#68072


From: Stefan Monnier
Subject: Re: master f866c85ac4e: (jsonrpc--log-event): Try and fix bug#68072
Date: Sun, 07 Jan 2024 10:02:06 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

> Is there any substantive reason it was necessary to replace cond with
> pcase?  If not, why was cond replaced with pcase?

The reason why the `cond` expression was touched was to reduce
indentation in order to stay within 80 columns.  The reason why this
"touching" ended up changing the cond to a case is because of personal
style preferences.


        Stefan




reply via email to

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