diff options
| author | Karl Heuer | 1994-04-08 06:58:23 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-04-08 06:58:23 +0000 |
| commit | 0d934e7b31dc3a023f2cb25b21b5eab1ba6bad04 (patch) | |
| tree | cd70f294f72a28be0ef959d86200ea00b0f3162e /src | |
| parent | 1f9e761d2055db367fac790b0e5218b196ed02d1 (diff) | |
| download | emacs-0d934e7b31dc3a023f2cb25b21b5eab1ba6bad04.tar.gz emacs-0d934e7b31dc3a023f2cb25b21b5eab1ba6bad04.zip | |
(main): Call syms_of_term.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index 34b98f07119..d0bcd1c540a 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -694,6 +694,7 @@ main (argc, argv, envp) | |||
| 694 | syms_of_search (); | 694 | syms_of_search (); |
| 695 | syms_of_frame (); | 695 | syms_of_frame (); |
| 696 | syms_of_syntax (); | 696 | syms_of_syntax (); |
| 697 | syms_of_term (); | ||
| 697 | syms_of_undo (); | 698 | syms_of_undo (); |
| 698 | 699 | ||
| 699 | /* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */ | 700 | /* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */ |