emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/xeft af94f77834 07/55: * xeft-module.cc: Fix signiture


From: ELPA Syncer
Subject: [elpa] externals/xeft af94f77834 07/55: * xeft-module.cc: Fix signiture
Date: Fri, 13 Jan 2023 23:58:36 -0500 (EST)

branch: externals/xeft
commit af94f778344eec71d3c2433376637c02b3ec422f
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    * xeft-module.cc: Fix signiture
---
 xeft-module.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xeft-module.cc b/xeft-module.cc
index 9cfcd2a315..5fe53e3e4f 100644
--- a/xeft-module.cc
+++ b/xeft-module.cc
@@ -321,7 +321,7 @@ NILP (emacs_env *env, emacs_value val)
 
 typedef emacs_value (*emacs_subr) (emacs_env *env,
                                    ptrdiff_t nargs, emacs_value *args,
-                                   void *data);
+                                   void *data) EMACS_NOEXCEPT;
 
 static void
 define_function



reply via email to

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