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

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

bug#57835: (featurep 'haiku) vs (eq system-type 'haiku)


From: Stefan Kangas
Subject: bug#57835: (featurep 'haiku) vs (eq system-type 'haiku)
Date: Thu, 15 Sep 2022 12:24:40 -0400

Severity: wishlist

Should the below be changed to use (eq system-type 'haiku) instead?
It seems like that's the pattern we use for the other systems we
support.

./term/haiku-win.el:28:(unless (featurep 'haiku)
./loadup.el:306:(if (featurep 'haiku)
./cus-start.el:866:                       (featurep 'haiku))
./version.el:81:                       ((featurep 'haiku)
./select.el:527:              ((featurep 'haiku) (add-hook
'haiku-lost-selection-functions
./select.el:535:          ((featurep 'haiku) (remove-hook
'haiku-lost-selection-functions
./net/browse-url.el:1044:    ((featurep 'haiku)
./image/wallpaper.el:246:        ((featurep 'haiku)





reply via email to

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