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>
'(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."