[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#70230: 30.0.50; [PATCH] * lisp/master.el (master-says): check nil pa
From: |
Lin Sun |
Subject: |
bug#70230: 30.0.50; [PATCH] * lisp/master.el (master-says): check nil parameter |
Date: |
Sat, 6 Apr 2024 15:25:35 +0000 |
Hi Eli,
On Sat, Apr 6, 2024 at 8:06 AM Eli Zaretskii <eliz@gnu.org> wrote:
> Thanks, but "Slave buffer has disappeared" doesn't sound like a good
> error message when master-of is nil, does it?
Totally, the message will confuse the user. I modified the patch and
it checks the parameter `master-of' and gives a message "Slave buffer
does not exist" when it's nil.
Please help review again. Thanks.
0001-lisp-master.el-master-says-check-nil-parameter.patch
Description: Source code patch