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

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

bug#41423: Installing the fix for bug#41423 on emacs-27


From: Andrés Ramírez
Subject: bug#41423: Installing the fix for bug#41423 on emacs-27
Date: Wed, 21 Apr 2021 16:06:12 +0000

Hi. Stefan.

I have been testing the 'minimalist version of the patch'.

And I have found this issue:
--8<---------------cut here---------------start------------->8---
http://debbugs.gnu.org/47389
--8<---------------cut here---------------end--------------->8---

For fixing that issue. I have added a tiny modification. to the
'minimalist version of the patch'
which is:
--8<---------------cut here---------------start------------->8---
-        (if glob-name
+        (if (and (boundp 'glob-name) glob-name)
--8<---------------cut here---------------end--------------->8---

That change let me workaround bug#47389.

The change is OK?

Best Regards





reply via email to

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