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

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

bug#61639: 30.0.50; [PATCH] Do not error out on non image file in image-


From: Manuel Giraud
Subject: bug#61639: 30.0.50; [PATCH] Do not error out on non image file in image-dired
Date: Tue, 21 Feb 2023 15:23:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Eli Zaretskii <eliz@gnu.org> writes:

[...]

>> 'plusp' is a classic Common Lisp predicate (that also seems to be
>> defined in Emacs).  It is equivalent to (> x 0)… maybe you prefer that.
>> Should I fix my patch?
>
> Where is it defined?  It isn't defined in "emacs -Q", and not after
> loading image-dired.  (Tested in Emacs 29.)

C-h f gives me this:
--8<---------------cut here---------------start------------->8---
plusp is an alias for ‘cl-plusp’ in ‘cl.el’.

This function is obsolete since 27.1; use ‘cl-plusp’ instead.
--8<---------------cut here---------------end--------------->8---

… anyway here is an updated version of the patch to avoid this.

Attachment: 0001-Do-not-error-out-on-non-image-file-bug-61639.patch
Description: Text Data

-- 
Manuel Giraud

reply via email to

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