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
a390930c
Commit
a390930c
authored
Oct 03, 2007
by
Stefan Monnier
Browse files
(struct frame): Don't try to GC-mark menu_bar_items_used.
parent
9a12ab31
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/frame.h
src/frame.h
+3
-2
No files found.
src/ChangeLog
View file @
a390930c
2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
* frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
* window.h (struct window):
...
...
src/frame.h
View file @
a390930c
...
...
@@ -152,8 +152,6 @@ struct frame
For the format of the data, see extensive comments in xmenu.c.
Only the X toolkit version uses this. */
Lisp_Object
menu_bar_vector
;
/* Number of elements in the vector that have meaningful data. */
EMACS_INT
menu_bar_items_used
;
/* Predicate for selecting buffers for other-buffer. */
Lisp_Object
buffer_predicate
;
...
...
@@ -183,6 +181,9 @@ struct frame
/* Cache of realized faces. */
struct
face_cache
*
face_cache
;
/* Number of elements in `menu_bar_vector' that have meaningful data. */
EMACS_INT
menu_bar_items_used
;
/* A buffer to hold the frame's name. We can't use the Lisp
string's pointer (`name', above) because it might get relocated. */
char
*
namebuf
;
...
...
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