diff options
author | Roland McGrath <roland@gnu.org> | 1993-07-08 21:27:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1993-07-08 21:27:33 +0000 |
commit | 638b77e614b0cde9a734ea6479a29adb831595af (patch) | |
tree | 4bc6d813129840f258f6b7263a91da35b18a6df3 /src/data.c | |
parent | 3b8819d645c3ae58a51a952603b9b82ce5ba84ac (diff) | |
download | emacs-638b77e614b0cde9a734ea6479a29adb831595af.tar.gz |
(syms_of_data): Staticpro Qmark_inactive.
Diffstat (limited to 'src/data.c')
-rw-r--r-- | src/data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data.c b/src/data.c index ec7015965ad..9c1413bdae2 100644 --- a/src/data.c +++ b/src/data.c @@ -2126,6 +2126,7 @@ syms_of_data () staticpro (&Qbeginning_of_buffer); staticpro (&Qend_of_buffer); staticpro (&Qbuffer_read_only); + staticpro (&Qmark_inactive); staticpro (&Qlistp); staticpro (&Qconsp); |