diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2015-11-19 07:53:51 -0800 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-11-19 07:54:33 -0800 |
| commit | 80f19fb898b574b345b908dfd6a98c965de4136f (patch) | |
| tree | c341629f3787d63827734d4bae013fe0b853992f /src | |
| parent | 4ec83fd11b5ed63795df70ccd40086995512f515 (diff) | |
| download | emacs-80f19fb898b574b345b908dfd6a98c965de4136f.tar.gz | |
Rename emacs_module.h to module.h
* src/module.h: Rename from src/emacs_module.h.
All uses changed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/module.c | 2 | ||||
| -rw-r--r-- | src/module.h (renamed from src/emacs_module.h) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/module.c b/src/module.c index 6025ce4cfe0..4069b881394 100644 --- a/src/module.c +++ b/src/module.c @@ -24,7 +24,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include "lisp.h" -#include "emacs_module.h" +#include "module.h" #include "dynlib.h" #include "coding.h" #include "verify.h" diff --git a/src/emacs_module.h b/src/module.h index 4b774fe6584..b4c3ff83b57 100644 --- a/src/emacs_module.h +++ b/src/module.h @@ -1,5 +1,5 @@ /* - emacs_module.h - Module API + module.h - Module API Copyright (C) 2015 Free Software Foundation, Inc. This file is part of GNU Emacs. |
