diff options
author | Andreas Schwab <schwab@suse.de> | 2008-03-23 11:44:23 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2008-03-23 11:44:23 +0000 |
commit | 3a5b5d148c33df632a6b4ee2cee649994524eddf (patch) | |
tree | 42e00343cc1d02f4684b7c45a1fb7bd07a18f699 /lisp/menu-bar.el | |
parent | a08404b7ba99bb150b1e268f9a514efff9538daf (diff) | |
download | emacs-3a5b5d148c33df632a6b4ee2cee649994524eddf.tar.gz |
(menu-bar-showhide-fringe-ind-menu) [customize]: Add radio button.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 7b3a409b97d..2eaed4c5e34 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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." |