aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong2007-04-01 17:13:35 +0000
committerChong Yidong2007-04-01 17:13:35 +0000
commit6d0a6f301550f77cf89ce2bb112a33bfe46d59fb (patch)
tree5d5d4b2f7c7f96578c446747048a2458f36ab3bd /lisp
parent1106c41b1c730d937e7c5ad02b7fea0619b2fdc6 (diff)
downloademacs-6d0a6f301550f77cf89ce2bb112a33bfe46d59fb.tar.gz
emacs-6d0a6f301550f77cf89ce2bb112a33bfe46d59fb.zip
Minor tweak.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/button.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/button.el b/lisp/button.el
index 9110b7867a1..423aef5f78f 100644
--- a/lisp/button.el
+++ b/lisp/button.el
@@ -381,7 +381,7 @@ instead of starting at the next button."
381 (if new-button 381 (if new-button
382 ;; We are in a button again; this can happen if there 382 ;; We are in a button again; this can happen if there
383 ;; are adjacent buttons (or at bob). 383 ;; are adjacent buttons (or at bob).
384 (unless (eq new-button button) new-button) 384 (unless (= pos (button-start button)) new-button)
385 ;; We are now in the space between buttons. 385 ;; We are now in the space between buttons.
386 (previous-button pos)))) 386 (previous-button pos))))
387 ;; We started out in the space between buttons. 387 ;; We started out in the space between buttons.