changeset 39669:149659ed7eca

(apropos-next-label-button): Update arguments to `next-button'.
author Miles Bader <miles@gnu.org>
date Mon, 08 Oct 2001 06:10:29 +0000
parents 1666965880cc
children b795caab9fca
files lisp/apropos.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/apropos.el	Mon Oct 08 06:08:57 2001 +0000
+++ b/lisp/apropos.el	Mon Oct 08 06:10:29 2001 +0000
@@ -156,7 +156,7 @@
   "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