diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/etags.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 09973910973..294a23a864d 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -1084,7 +1084,7 @@ unless it has one in the tags table." (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. |