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
ae9292e0
Commit
ae9292e0
authored
May 12, 2004
by
Steven Tamm
Browse files
macfns.c: Default to using tool-bar by setting tool-bar-lines to 1 in
default-frame-alist.
parent
4f013856
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
+6
-1
src/macfns.c
src/macfns.c
+1
-1
No files found.
src/ChangeLog
View file @
ae9292e0
2004-05-11 Steven Tamm <tamm@Steven-Tamms-Computer.local>
2004-05-11 Steven Tamm <steventamm@mac.com>
* macfns.c (Fx_create_frame): Default to using tool-bar by
setting tool-bar-lines to 1 in default-frame-alist.
2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
(xpm_get_color_table_v, xpm_make_color_table_h)
...
...
src/macfns.c
View file @
ae9292e0
...
...
@@ -2708,7 +2708,7 @@ This function is an internal primitive--use `make-frame' instead. */)
x_default_parameter (f, parms, Qmenu_bar_lines, make_number (1),
"menuBar", "MenuBar", RES_TYPE_NUMBER);
x_default_parameter (f, parms, Qtool_bar_lines, make_number (
0
),
x_default_parameter (f, parms, Qtool_bar_lines, make_number (
1
),
"toolBar", "ToolBar", RES_TYPE_NUMBER);
x_default_parameter (f, parms, Qbuffer_predicate, Qnil,
"bufferPredicate", "BufferPredicate", RES_TYPE_SYMBOL);
...
...
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