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
2c94aa8d
Commit
2c94aa8d
authored
Aug 25, 2010
by
Kenichi Handa
Browse files
merge trunk
parents
38cc06d9
a0c16be4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/menu-bar.el
lisp/menu-bar.el
+2
-1
No files found.
lisp/ChangeLog
View file @
2c94aa8d
...
...
@@ -6,6 +6,11 @@
* international/fontset.el (setup-default-fontset): Fix typo for
arabic OTF spec (fini->fina).
2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
* menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
on all frames.
2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* whitespace.el: Allow cleaning up blanks without blank
...
...
lisp/menu-bar.el
View file @
2c94aa8d
...
...
@@ -970,7 +970,8 @@ mail status in mode line"))
(defun menu-bar-set-tool-bar-position (position)
(customize-set-variable 'tool-bar-mode t)
(set-frame-parameter nil 'tool-bar-position position)
(dolist (frame (frame-list))
(set-frame-parameter frame 'tool-bar-position position))
(customize-set-variable 'default-frame-alist
(cons (cons 'tool-bar-position position)
(assq-delete-all 'tool-bar-position
...
...
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