]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor tweak.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 1 Apr 2007 17:13:35 +0000 (17:13 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 1 Apr 2007 17:13:35 +0000 (17:13 +0000)
lisp/button.el

index 9110b7867a1b8388e399029dbbf8dbd5540bd7f4..423aef5f78f238b6d7a10dbeba6e4545670afa21 100644 (file)
@@ -381,7 +381,7 @@ instead of starting at the next button."
            (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.