Skip to content

Commit 232a36f

Browse files
committed
* src/emacs-module.h.in: Use @emacs_major_version@ for current env.
1 parent ee91405 commit 232a36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emacs-module.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ extern "C" {
5050
#endif
5151

5252
/* Current environment. */
53-
typedef struct emacs_env_27 emacs_env;
53+
typedef struct emacs_env_@emacs_major_version@ emacs_env;
5454

5555
/* Opaque pointer representing an Emacs Lisp value.
5656
BEWARE: Do not assume NULL is a valid value! */

0 commit comments

Comments
 (0)