Skip to content

Commit 70285f7

Browse files
committed
update for changes on Emacs 25 branch
1 parent c3da179 commit 70285f7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Where your dynamic-module-enabled Emacs build lies.
2-
EMACS_BUILDDIR = /home/tromey/Emacs/dynamic-modules-branch
2+
EMACS_BUILDDIR = /home/tromey/Emacs/emacs
33

44
LDFLAGS = -shared
55
LIBS = -lffi -lltdl

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
This is an FFI for Emacs. It is based on libffi and relies on the
2-
dynamic modules work to be loaded into Emacs. It is relatively
3-
full-featured, but for the time being low-level.
2+
dynamic modules work (available on the Emacs 25 branch) in order to be
3+
loaded into Emacs. It is relatively full-featured, but for the time
4+
being low-level.
45

56
I'd appreciate your feedback, either via email or issues on github.
67

ffi-module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
#include "emacs_module.h"
2+
#include "emacs-module.h"
33

44
#include <ffi.h>
55
#include <ltdl.h>

0 commit comments

Comments
 (0)