mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
(menu-bar-showhide-fringe-ind-menu) [customize]: Add radio button.
This commit is contained in:
parent
a08404b7ba
commit
3a5b5d148c
@ -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…
Reference in New Issue
Block a user