emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Introduce new misc type for module function


From: Eli Zaretskii
Subject: Re: [PATCH] Introduce new misc type for module function
Date: Sat, 29 Apr 2017 18:59:06 +0300

> From: Philipp Stephani <address@hidden>
> Cc: Philipp Stephani <address@hidden>
> Date: Sat, 29 Apr 2017 16:44:22 +0200
> 
> +        (should (string-match-p
> +                 (rx "#<module function Fmod_test_sum from /" (+ nonl)
> +                     "/mod-test.so>")
> +                 (prin1-to-string obj)))))))

The ".so" part should actually use module-file-suffix, or it will fail
on non-Unix systems.

Thanks.



reply via email to

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