Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to use emacs-module.h from system installed Emacs #735

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 10, 2024

  1. Move emacs-module.h to vendor directory

    * This prevents the vendored header to be used by default.
    manphiz committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    bc82d00 View commit details
    Browse the repository at this point in the history
  2. Add option to use emacs-module.h from system installed Emacs

    * Prefer to use system installed emacs-module.h header.
    * Fallback to vendored header when it is not found.
    * Enable the option by default.
    * Fixes issue akermu#709.
    manphiz committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2d28eea View commit details
    Browse the repository at this point in the history