diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-11-11 11:45:06 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-11-11 11:45:06 +0000 |
commit | 339ee9797d7d80d6b934e6a335c57d39303bbdcc (patch) | |
tree | 4ff4b35d61aa3f78d65f7de698c2a54a4cdb4508 /src/emacs.c | |
parent | 35a5514b96c8ae655e2a6995c2f0ff2a07de65ab (diff) | |
download | emacs-339ee9797d7d80d6b934e6a335c57d39303bbdcc.tar.gz |
Remove USE_TEXT_PROPERTIES.
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 9892ed29bab..932c3758a91 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1254,7 +1254,6 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); syms_of_sound (); #endif - /* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */ syms_of_textprop (); #ifdef VMS syms_of_vmsproc (); |