bug#73042: 29.1; Regression: negation missing in ediff-nonempty-string-p

2024-09-07 Thread Eli Zaretskii
> Date: Thu, 5 Sep 2024 13:47:28 + > From: Jurgen De Backer via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > > In emacs 29.1-29.4 the negation is missing in function > ediff-nonempty-string-p, see ediff-init.el: > > (defsubst ediff-nonempty-string-p (string) >

bug#73042: 29.1; Regression: negation missing in ediff-nonempty-string-p

2024-09-05 Thread Bug reports for GNU Emacs, the Swiss army knife of text editors
Hi, In emacs 29.1-29.4 the negation is missing in function ediff-nonempty-string-p, see ediff-init.el: (defsubst ediff-nonempty-string-p (string) (and (stringp string) (string-empty-p string))) should be (defsubst ediff-nonempty-string-p (string) (and (stringp string) (not (string-