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
ad6cd733
Commit
ad6cd733
authored
Apr 27, 1996
by
Richard M. Stallman
Browse files
Comment change.
parent
199607e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
src/frame.h
src/frame.h
+5
-3
No files found.
src/frame.h
View file @
ad6cd733
...
...
@@ -106,9 +106,11 @@ struct frame
Lisp_Object
scroll_bars
;
Lisp_Object
condemned_scroll_bars
;
/* List of elements to display in the menu bar.
The elements have the form (KEY STRING . nil) to start;
when they are displayed, the hpos of the left edge goes in the cddr. */
/* Vector describing the items to display in the menu bar.
Each item has four elements in this vector.
They are KEY, STRING, SUBMAP, and HPOS.
(HPOS is not used in when the X toolkit is in use.)
There are four additional elements of nil at the end, to terminate. */
Lisp_Object
menu_bar_items
;
/* Alist of elements (FACE-NAME . FACE-VECTOR-DATA). */
...
...
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