mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(menu-bar-showhide-fringe-ind-menu) [customize]: Add radio button.
This commit is contained in:
parent
a08404b7ba
commit
3a5b5d148c
2 changed files with 9 additions and 4 deletions
|
|
@ -1,8 +1,9 @@
|
|||
2008-03-23 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* menu-bar.el (menu-bar-showhide-fringe-ind-menu): Fix radio
|
||||
button condition.
|
||||
(menu-bar-showhide-fringe-ind-menu): Likewise.
|
||||
* menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]: Fix
|
||||
radio button condition.
|
||||
[box]: Likewise.
|
||||
[customize]: Add radio button.
|
||||
|
||||
2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -748,7 +748,11 @@ mail status in mode line"))
|
|||
'(menu-item "Other (Customize)"
|
||||
menu-bar-showhide-fringe-ind-customize
|
||||
:help "Additional choices available through Custom buffer"
|
||||
:visible (display-graphic-p)))
|
||||
:visible (display-graphic-p)
|
||||
:button (:radio . (not (member indicate-buffer-boundaries
|
||||
'(nil left right
|
||||
((top . left) (bottom . right))
|
||||
((t . right) (top . left))))))))
|
||||
|
||||
(defun menu-bar-showhide-fringe-ind-mixed ()
|
||||
"Display top and bottom indicators in opposite fringes, arrows in right."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue