Mercurial > emacs
changeset 1151:3dd95c0296ef
*** empty log message ***
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Tue, 15 Sep 1992 21:35:53 +0000 |
parents | 2819233917c8 |
children | d9733ad5643a |
files | lisp/progmodes/etags.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.