emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs26, ucs-normalize.el, Symbol’s function definition is void: reg


From: Paul Eggert
Subject: Re: emacs26, ucs-normalize.el, Symbol’s function definition is void: regexp-opt-charset
Date: Thu, 14 Feb 2019 10:48:35 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0

On 2/13/19 7:37 PM, Eli Zaretskii wrote:
-(eval-when-compile (require 'cl-lib))
+(eval-when-compile
+  (require 'cl-lib)
+  (require 'regexp-opt))
I think it would be better to add the 'require' in the same
eval-when-compile form which calls regexp-opt-charset.

There's more than one such form. At some point it's easier to treat regexp-opt functions like cl-lib functions, i.e., available to any code within an eval-when-compile in that module.




reply via email to

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