Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
09a9ec31
Commit
09a9ec31
authored
Feb 03, 1995
by
Karl Heuer
Browse files
(defvar_display): Don't staticpro; these objects are now protected through
mark_perdisplays.
parent
084b1a0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/lread.c
src/lread.c
+0
-3
No files found.
src/lread.c
View file @
09a9ec31
...
...
@@ -1921,9 +1921,6 @@ defvar_display (namestring, offset)
XMISC
(
val
)
->
type
=
Lisp_Misc_Display_Objfwd
;
XDISPLAY_OBJFWD
(
val
)
->
offset
=
offset
;
XSYMBOL
(
sym
)
->
value
=
val
;
#ifndef MULTI_PERDISPLAY
staticpro
((
Lisp_Object
*
)((
char
*
)
&
the_only_perdisplay
+
offset
));
#endif
}
init_lread
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment