# HG changeset patch # User Roland McGrath # Date 716592953 0 # Node ID 3dd95c0296ef2866536f74e42328135e31216e5a # Parent 2819233917c87587ec119656fa180fce66b70559 *** empty log message *** diff -r 2819233917c8 -r 3dd95c0296ef lisp/progmodes/etags.el --- a/lisp/progmodes/etags.el Tue Sep 15 21:11:58 1992 +0000 +++ b/lisp/progmodes/etags.el Tue Sep 15 21:35:53 1992 +0000 @@ -1084,7 +1084,7 @@ (let ((first-time t)) (while (visit-tags-table-buffer (not first-time)) (setq first-time nil) - (funcall tags-apropos-function)))))) + (funcall tags-apropos-function regexp)))))) ;;; XXX Kludge interface.