diff options
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index cc7dcf7b6d4..13d92e737b4 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -843,11 +843,13 @@ decode_env_path (evarname, defalt) | |||
| 843 | 843 | ||
| 844 | syms_of_emacs () | 844 | syms_of_emacs () |
| 845 | { | 845 | { |
| 846 | #ifndef CANNOT_DUMP | ||
| 846 | #ifdef HAVE_SHM | 847 | #ifdef HAVE_SHM |
| 847 | defsubr (&Sdump_emacs_data); | 848 | defsubr (&Sdump_emacs_data); |
| 848 | #else | 849 | #else |
| 849 | defsubr (&Sdump_emacs); | 850 | defsubr (&Sdump_emacs); |
| 850 | #endif | 851 | #endif |
| 852 | #endif | ||
| 851 | 853 | ||
| 852 | defsubr (&Skill_emacs); | 854 | defsubr (&Skill_emacs); |
| 853 | 855 | ||