bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#43401: 28.0.50; [PATCH] Emacs Lisp type error when the buffer passed


From: Daniel Martín
Subject: bug#43401: 28.0.50; [PATCH] Emacs Lisp type error when the buffer passed to diff-buffer-with-file is not visiting a file
Date: Mon, 14 Sep 2020 18:12:11 +0200

Steps to reproduce the problem:

emacs -Q
C-x b "Sample" RET (that is, create an empty buffer)
M-x diff-buffer-with-file RET
RET (confirm the default buffer)

Actual result:

Emacs shows "Wrong type argument: stringp, nil"

Expected result:

Emacs shows a more descriptive error that explains why the command
couldn't be executed.

I've attached a patch that implements the expected result.

Thank you very much.

Attachment: 0001-Check-that-the-buffer-in-diff-buffer-with-file-is-vi.patch
Description: Text Data


reply via email to

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