From a101302b066e5480b5b432ad660eb1db701b9627 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 8 Oct 2001 06:13:07 +0000 Subject: [PATCH] (apropos-next-label-button): Update arguments to `next-button'. --- lisp/ChangeLog | 10 +++++++++- lisp/apropos.el | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 47aedaf8738..356816d07f2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2001-10-08 Miles Bader + + * button.el (next-button, previous-button): Remove N and WRAP + parameters. Don't pay attention to `skip' properties. + (forward-button): Implement wrapping, iterating, and skipping here + instead. + * apropos.el (apropos-next-label-button): Update arguments to + `next-button'. + 2001-10-07 Stefan Monnier * help.el (help-mode): Use define-derived-mode. @@ -15,7 +24,6 @@ 2001-10-08 Miles Bader * button.el (next-button, previous-button): Respect `skip' property. - (push-button, button-activate): Add USE-MOUSE-ACTION argument. 2001-10-07 Miles Bader diff --git a/lisp/apropos.el b/lisp/apropos.el index 9b44c56564b..89462d609c4 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -156,7 +156,7 @@ for the regexp; the part that matches gets displayed in this font." "Returns the next `apropos-label' button after POS, or nil if there's none. Will also return nil if more than one `apropos-symbol' button is encountered before finding a label." - (let* ((button (next-button pos 1 nil t)) + (let* ((button (next-button pos t)) (already-hit-symbol nil) (button-type (and button (button-get button 'type)))) (while (and button -- 2.39.2