emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/menu-bar.el,v [EMACS_22_BASE]


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/menu-bar.el,v [EMACS_22_BASE]
Date: Sun, 23 Mar 2008 11:59:53 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Andreas Schwab <schwab> 08/03/23 11:59:51

Index: menu-bar.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/menu-bar.el,v
retrieving revision 1.302.2.10
retrieving revision 1.302.2.11
diff -u -b -r1.302.2.10 -r1.302.2.11
--- menu-bar.el 23 Mar 2008 11:22:51 -0000      1.302.2.10
+++ menu-bar.el 23 Mar 2008 11:59:46 -0000      1.302.2.11
@@ -745,7 +745,11 @@
   '(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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]