]> git.eshelyaron.com Git - emacs.git/commitdiff
(apropos-next-label-button): Update arguments to `next-button'.
authorMiles Bader <miles@gnu.org>
Mon, 8 Oct 2001 06:13:07 +0000 (06:13 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 8 Oct 2001 06:13:07 +0000 (06:13 +0000)
lisp/ChangeLog
lisp/apropos.el

index 47aedaf8738e5a821ad8e65e090b17796f6fdc26..356816d07f2dda82dc3ce67bac09bb9e18421630 100644 (file)
@@ -1,3 +1,12 @@
+2001-10-08  Miles Bader  <miles@gnu.org>
+
+       * 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  <monnier@cs.yale.edu>
 
        * help.el (help-mode): Use define-derived-mode.
@@ -15,7 +24,6 @@
 2001-10-08  Miles Bader  <miles@gnu.org>
 
        * button.el (next-button, previous-button): Respect `skip' property.
-       (push-button, button-activate): Add USE-MOUSE-ACTION argument.
 
 2001-10-07  Miles Bader  <miles@gnu.org>
 
index 9b44c56564b1343fe2a45b0dc0641b2068c09534..89462d609c4311af3be3e10774d9fa75e6169f46 100644 (file)
@@ -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