[Top][All Lists]
[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:22:59 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: Andreas Schwab <schwab> 08/03/23 11:22:57
Index: menu-bar.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/menu-bar.el,v
retrieving revision 1.302.2.9
retrieving revision 1.302.2.10
diff -u -b -r1.302.2.9 -r1.302.2.10
--- menu-bar.el 6 Mar 2008 00:07:52 -0000 1.302.2.9
+++ menu-bar.el 23 Mar 2008 11:22:51 -0000 1.302.2.10
@@ -758,7 +758,7 @@
:help
"Show top/bottom indicators in opposite fringes, arrows in right"
:visible (display-graphic-p)
- :button (:radio . (eq indicate-buffer-boundaries
+ :button (:radio . (equal indicate-buffer-boundaries
'((t . right) (top . left))))))
(defun menu-bar-showhide-fringe-ind-box ()
@@ -771,7 +771,7 @@
'(menu-item "Opposite, No Arrows" menu-bar-showhide-fringe-ind-box
:help "Show top/bottom indicators in opposite fringes, no arrows"
:visible (display-graphic-p)
- :button (:radio . (eq indicate-buffer-boundaries
+ :button (:radio . (equal indicate-buffer-boundaries
'((top . left) (bottom . right))))))
(defun menu-bar-showhide-fringe-ind-right ()