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 | 27d0a22d763ae3864d41aa77994deeb0ef1ee564 (patch) | |
tree | 94bd8151eb2cc36c713ad00ed8a3ce0d95d028b8 | |
parent | 920e0395306780138c3f59b110b622f64a1808e4 (diff) | |
download | emacs-27d0a22d763ae3864d41aa77994deeb0ef1ee564.tar.gz |
(syms_of_data): Staticpro Qmark_inactive.
-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); |