aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs-module.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/emacs-module.h.in b/src/emacs-module.h.in
index e9d5de495d6..5743d10ca43 100644
--- a/src/emacs-module.h.in
+++ b/src/emacs-module.h.in
@@ -17,6 +17,12 @@ GNU General Public License for more details.
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ 18along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
19 19
20/*
21This file defines the Emacs module API. Please see the chapter
22`Dynamic Modules' in the GNU Emacs Lisp Reference Manual for
23information how to write modules and use this header file.
24*/
25
20#ifndef EMACS_MODULE_H 26#ifndef EMACS_MODULE_H
21#define EMACS_MODULE_H 27#define EMACS_MODULE_H
22 28