emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/button.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/button.el,v
Date: Sun, 01 Apr 2007 17:13:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/04/01 17:13:35

Index: button.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/button.el,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- button.el   1 Apr 2007 17:10:11 -0000       1.24
+++ button.el   1 Apr 2007 17:13:35 -0000       1.25
@@ -381,7 +381,7 @@
            (if new-button
                ;; We are in a button again; this can happen if there
                ;; are adjacent buttons (or at bob).
-               (unless (eq new-button button) new-button)
+               (unless (= pos (button-start button)) new-button)
              ;; We are now in the space between buttons.
              (previous-button pos))))
       ;; We started out in the space between buttons.




reply via email to

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